diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-08-22 14:22:09 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-08-22 14:22:09 +0200 |
commit | 74af3a2b7086acad45d15b590a0d23572e8c8734 (patch) | |
tree | 6fe6d72a50af984de2d7c2890f8af2986fb4259b /Makefile | |
parent | a3494fa9ed32d7ff2b826dfc921e3a0139158880 (diff) | |
download | yosys-74af3a2b7086acad45d15b590a0d23572e8c8734.tar.gz yosys-74af3a2b7086acad45d15b590a0d23572e8c8734.tar.bz2 yosys-74af3a2b7086acad45d15b590a0d23572e8c8734.zip |
Archibald Rust and Clifford Wolf: ffi-based dpi_call()
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ all: top-all CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I${DESTDIR}/include LDFLAGS = -L${DESTDIR}/lib -LDLIBS = -lstdc++ -lreadline -lm -ldl +LDLIBS = -lstdc++ -lreadline -lm -lffi -ldl QMAKE = qmake-qt4 SED = sed |