aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
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 /src/ghdldrv
parent8a88fdfc881ba6c57759065bd8fe9ebcaf922e9e (diff)
downloadghdl-50f8a64b05f5c870cd49470078eb1e34248f87d6.tar.gz
ghdl-50f8a64b05f5c870cd49470078eb1e34248f87d6.tar.bz2
ghdl-50f8a64b05f5c870cd49470078eb1e34248f87d6.zip
add configure option to enable default_pie
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/default_paths.ads.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/default_paths.ads.in b/src/ghdldrv/default_paths.ads.in
index e6137789d..a20491c3d 100644
--- a/src/ghdldrv/default_paths.ads.in
+++ b/src/ghdldrv/default_paths.ads.in
@@ -38,5 +38,5 @@ package Default_Paths is
"@POST_PROCESSOR@";
Shared_Library_Extension : constant String := "@SOEXT@";
- Default_Pie : constant Boolean := "@default_pie@" = String'("yes");
+ Default_Pie : constant Boolean := "@default_pie@" = String'("true");
end Default_Paths;