diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index ae4d898dd2..6fefeaade3 100644 --- a/config.make.in +++ b/config.make.in @@ -39,6 +39,7 @@ gnu-as = @gnu_as@ gnu-ld = @gnu_ld@ build-static = @static@ build-shared = @shared@ +build-pic-default= @pic_default@ build-profile = @profile@ build-omitfp = @omitfp@ build-bounded = @bounded@ |