From e3f9722a92bfce25f0436b82897feacffd0ffbe2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 7 Dec 2016 21:29:02 +0100 Subject: Make-lang.in: declare Default_Pie --- dist/gcc/Make-lang.in | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/gcc') 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 $@ -- cgit v1.2.3