From: J.T. Conklin Date: Fri, 14 Jun 2002 18:43:35 +0000 (+0000) Subject: configure.in (target_alias): Fix. X-Git-Tag: releases/gcc-3.1.1~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a96a92da1d22a4a7c0e06094be48c96e422f34;p=thirdparty%2Fgcc.git configure.in (target_alias): Fix. 2002-06-14 J.T. Conklin * configure.in (target_alias): Fix. * configure: Regenerate. * aclocal.m4: Regenerate. From-SVN: r54620 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 649ad9c7e2ac..8c4e9560ace5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2002-06-14 J.T. Conklin + + * configure.in (target_alias): Fix. + * configure: Regenerate. + * aclocal.m4: Regenerate. + 2002-06-11 J.T. Conklin Benjamin Kosnik diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index 9d6fd5bae994..e74ebecc70c8 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -2196,14 +2196,7 @@ AC_MSG_RESULT($enable_symvers) ]) -# isc-posix.m4 serial 1 (gettext-0.10.40) -dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - +#serial 1 # This test replaces the one in autoconf. # Currently this macro should have the same name as the autoconf macro # because gettext's gettext.m4 (distributed in the automake package) diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index d8fda3e7100c..e1562d21458b 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -7876,7 +7876,7 @@ EOF os_include_dir="config/os/mingw32" ;; - *-qnx6.12*) + *-qnx6.[12]*) SECTION_FLAGS='-ffunction-sections -fdata-sections' diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index c8cad3bc2773..efc9e67c80b3 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