aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-10-15 00:41:14 +0200
committerClifford Wolf <clifford@clifford.at>2014-10-15 00:41:14 +0200
commit2873a8444ee5dbd0a3d034fb4a7a877c680be45d (patch)
treeed6a8975d2ca7eb6cb20266f3075346db33002c9
parentc21c9dab1e791f5c71f48ec3303fbb7cedee8a1a (diff)
downloadyosys-2873a8444ee5dbd0a3d034fb4a7a877c680be45d.tar.gz
yosys-2873a8444ee5dbd0a3d034fb4a7a877c680be45d.tar.bz2
yosys-2873a8444ee5dbd0a3d034fb4a7a877c680be45d.zip
Updated ABC, enabled ABC in mxe builds
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cbfebdf02..f408c40fd 100644
--- a/Makefile
+++ b/Makefile
@@ -56,9 +56,9 @@ OBJS = kernel/version_$(GIT_REV).o
# is just a symlink to your actual ABC working directory, as 'make mrproper'
# will remove the 'abc' directory and you do not want to accidentally
# delete your work on ABC..
-ABCREV = 4d547a5e065b
+ABCREV = 930a4de962a1
ABCPULL = 1
-ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"
+ABCMKARGS = # CC="$(CXX)" CXX="$(CXX)"
define newline
@@ -348,7 +348,6 @@ config-emcc: clean
config-mxe: clean
echo 'CONFIG := mxe' > Makefile.conf
echo 'ENABLE_TCL := 0' >> Makefile.conf
- echo 'ENABLE_ABC := 0' >> Makefile.conf
echo 'ENABLE_PLUGINS := 0' >> Makefile.conf
config-gprof: clean