aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2019-04-25 10:26:53 +0200
committertgingold <tgingold@users.noreply.github.com>2019-04-27 18:31:53 +0200
commit50f8a64b05f5c870cd49470078eb1e34248f87d6 (patch)
treece11ea148d8e377fc47f9fa6281b16a63792a2c6 /Makefile.in
parent8a88fdfc881ba6c57759065bd8fe9ebcaf922e9e (diff)
downloadghdl-50f8a64b05f5c870cd49470078eb1e34248f87d6.tar.gz
ghdl-50f8a64b05f5c870cd49470078eb1e34248f87d6.tar.bz2
ghdl-50f8a64b05f5c870cd49470078eb1e34248f87d6.zip
add configure option to enable default_pie
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7e6dea689..70ddb2c1c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,7 +80,7 @@ OPT_FLAGS+=-fprofile-arcs -ftest-coverage
endif
GNATFLAGS=-gnaty3befhkmr -gnatwa -gnatf $(OPT_FLAGS) $(ADA_FLAGS)
-GRT_FLAGS=$(OPT_FLAGS)
+GRT_FLAGS=$(OPT_FLAGS) $(PIC_FLAGS)
WARN_CFLAGS=-Wall