diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 07e0687a9d..9b7abd5867 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -173,6 +173,10 @@ AC_SUBST(CONF_CPP_OPTS_STAGE0) AC_SUBST(CONF_CPP_OPTS_STAGE1) AC_SUBST(CONF_CPP_OPTS_STAGE2) +dnl Identify C++ standard library flavour and location +FP_FIND_CXX_STD_LIB +AC_CONFIG_FILES([mk/system-cxx-std-lib-1.0.conf]) + dnl ** Set up the variables for the platform in the settings file. dnl May need to use gcc to find platform details. dnl -------------------------------------------------------------- |