diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-12-07 21:29:02 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-12-07 21:29:02 +0100 |
commit | e3f9722a92bfce25f0436b82897feacffd0ffbe2 (patch) | |
tree | 540b6580f853da79eedac104d995061ab3929c47 | |
parent | bea4d01f012515d5db73fdda272e49ea4086219c (diff) | |
download | ghdl-e3f9722a92bfce25f0436b82897feacffd0ffbe2.tar.gz ghdl-e3f9722a92bfce25f0436b82897feacffd0ffbe2.tar.bz2 ghdl-e3f9722a92bfce25f0436b82897feacffd0ffbe2.zip |
Make-lang.in: declare Default_Pie
-rw-r--r-- | dist/gcc/Make-lang.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/gcc/Make-lang.in b/dist/gcc/Make-lang.in index 12c797999..7e2b66bb5 100644 --- a/dist/gcc/Make-lang.in +++ b/dist/gcc/Make-lang.in @@ -108,6 +108,7 @@ vhdl/default_pathes.ads: Makefile echo " \"lib/ghdl\";" >> tmp-dpathes.ads echo " Shared_Library_Extension : constant String :=">> tmp-dpathes.ads echo " \"$(VHDL_SOEXT)\";" >> tmp-dpathes.ads + echo " Default_Pie : constant Boolean := False;" >> tmp-dpathes.ads echo "end Default_Pathes;" >> tmp-dpathes.ads $(srcdir)/../move-if-change tmp-dpathes.ads $@ |