From da81679c73d79a64519b50fb40764b8d41fd6fd0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 27 Apr 2019 18:39:15 +0200 Subject: configure: use default_pic instead of default_pie. Adjust Makefile.in so that libgrt.a is built with pic only when default_pic is set. --- 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 a20491c3d..ae321011b 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'("true"); + Default_Pie : constant Boolean := "@default_pic@" = String'("true"); end Default_Paths; -- cgit v1.2.3