aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-07 21:29:02 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-07 21:29:02 +0100
commite3f9722a92bfce25f0436b82897feacffd0ffbe2 (patch)
tree540b6580f853da79eedac104d995061ab3929c47 /dist
parentbea4d01f012515d5db73fdda272e49ea4086219c (diff)
downloadghdl-e3f9722a92bfce25f0436b82897feacffd0ffbe2.tar.gz
ghdl-e3f9722a92bfce25f0436b82897feacffd0ffbe2.tar.bz2
ghdl-e3f9722a92bfce25f0436b82897feacffd0ffbe2.zip
Make-lang.in: declare Default_Pie
Diffstat (limited to 'dist')
-rw-r--r--dist/gcc/Make-lang.in1
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 $@