diff options
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index f216962e18f..5111109af48 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -5399,6 +5399,15 @@ if test x"$enable_plugin" = x"yes"; then fi +# Enable --enable-host-shared +AC_ARG_ENABLE(host-shared, +[AS_HELP_STRING([--enable-host-shared], + [build host code as shared libraries])], +[PICFLAG=-fPIC], [PICFLAG=]) +AC_SUBST(enable_host_shared) +AC_SUBST(PICFLAG) + + AC_ARG_ENABLE(libquadmath-support, [AS_HELP_STRING([--disable-libquadmath-support], [disable libquadmath support for Fortran])], |