aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-08-19 05:05:05 +0200
committerTristan Gingold <tgingold@free.fr>2017-08-19 05:05:05 +0200
commite879d9691ac85c5334b2bf27e5fb35c755e2b879 (patch)
treed31910968c49caab906168fca7bfac9dcfdce9a4 /Makefile.in
parenta1126998bf603d410f440a068eeaa3047b7c31a3 (diff)
downloadghdl-e879d9691ac85c5334b2bf27e5fb35c755e2b879.tar.gz
ghdl-e879d9691ac85c5334b2bf27e5fb35c755e2b879.tar.bz2
ghdl-e879d9691ac85c5334b2bf27e5fb35c755e2b879.zip
Add --enable-openieee to configure
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ca3b9043e..23770e800 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -36,6 +36,7 @@ llvm_be=@llvm_be@
build_mode=@build_mode@
enable_werror=@enable_werror@
enable_checks=@enable_checks@
+enable_openieee=@enable_openieee@
INSTALL_PROGRAM=install -m 755
INSTALL_DATA=install -m 644
@@ -109,6 +110,7 @@ LIBDST_DIR:=$(libdirsuffix)
LIBVHDL_FLAGS_TO_PASS=\
LIBSRC_DIR="$(LIBSRC_DIR)" \
LIBDST_DIR="$(LIBDST_DIR)" \
+ enable_openieee="$(enable_openieee)" \
LN="$(LN)" CP="$(CP)" MKDIR="$(MKDIR)"
all: Makefile all.$(backend)