mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 15:05:28 +08:00
configure.in (GLIBCPP_ENABLE_CXX_FLAGS): Do not pass arguments, let the defaults work.
2002-12-30 Phil Edwards <pme@gcc.gnu.org> * configure.in (GLIBCPP_ENABLE_CXX_FLAGS): Do not pass arguments, let the defaults work. * configure: Regenerate. From-SVN: r60634
This commit is contained in:
parent
3cc3e1cd36
commit
645419c8bc
@ -1,3 +1,9 @@
|
||||
2002-12-30 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* configure.in (GLIBCPP_ENABLE_CXX_FLAGS): Do not pass arguments,
|
||||
let the defaults work.
|
||||
* configure: Regenerate.
|
||||
|
||||
2002-12-30 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* acinclude.m4: Remove trailing whitespace.
|
||||
|
4
libstdc++-v3/configure
vendored
4
libstdc++-v3/configure
vendored
@ -59,7 +59,7 @@ ac_help="$ac_help
|
||||
--enable-concept-checks use Boost-derived template checks [default=no]"
|
||||
ac_help="$ac_help
|
||||
--enable-cxx-flags=FLAGS pass compiler FLAGS when building library;
|
||||
[default=none]"
|
||||
[default=]"
|
||||
ac_help="$ac_help
|
||||
--enable-debug extra debugging, turn off optimization [default=no]"
|
||||
ac_help="$ac_help
|
||||
@ -4033,7 +4033,7 @@ if test "${enable_cxx_flags+set}" = set; then
|
||||
enable_cxx_flags="$enableval" ;;
|
||||
esac
|
||||
else
|
||||
enable_cxx_flags=none
|
||||
enable_cxx_flags=
|
||||
fi
|
||||
|
||||
|
||||
|
@ -64,7 +64,7 @@ GLIBCPP_ENABLE_THREADS
|
||||
GLIBCPP_ENABLE_SJLJ_EXCEPTIONS
|
||||
GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS
|
||||
GLIBCPP_ENABLE_CONCEPT_CHECKS
|
||||
GLIBCPP_ENABLE_CXX_FLAGS([none])
|
||||
GLIBCPP_ENABLE_CXX_FLAGS
|
||||
GLIBCPP_ENABLE_DEBUG([no])
|
||||
GLIBCPP_ENABLE_DEBUG_FLAGS([none])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user