diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2002-06-14 18:43:35 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-06-14 18:43:35 +0000 |
commit | 63a96a92da1d22a4a7c0e06094be48c96e422f34 (patch) | |
tree | 20b1eb6a37fb8be1909120b9b5eb1a6e6c0d24ac /libstdc++-v3/configure.in | |
parent | 12f855c8adf2c64d3a07ccee717ce39b2f9d69b0 (diff) | |
download | gcc-63a96a92da1d22a4a7c0e06094be48c96e422f34.tar.gz |
configure.in (target_alias): Fix.
2002-06-14 J.T. Conklin <jtc@acorntoolworks.com>
* configure.in (target_alias): Fix.
* configure: Regenerate.
* aclocal.m4: Regenerate.
From-SVN: r54620
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index c8cad3bc277..efc9e67c80b 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -158,7 +158,9 @@ if test -n "$with_cross_host" || test x"$build" != x"$host"; then GLIBCPP_CHECK_WCHAR_T_SUPPORT os_include_dir="config/os/mingw32" ;; +changequote(,)dnl *-qnx6.[12]*) +changequote([,])dnl SECTION_FLAGS='-ffunction-sections -fdata-sections' AC_SUBST(SECTION_FLAGS) GLIBCPP_CHECK_LINKER_FEATURES |