From 50f8a64b05f5c870cd49470078eb1e34248f87d6 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 25 Apr 2019 10:26:53 +0200 Subject: add configure option to enable default_pie --- src/ghdldrv/default_paths.ads.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ghdldrv') 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; -- cgit v1.2.3