diff options
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/aclocal.m4 | 9 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 | ||||
-rw-r--r-- | libstdc++-v3/configure.in | 2 |
4 files changed, 10 insertions, 9 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a60aec61646..502a1002f06 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2002-06-14 J.T. Conklin <jtc@acorntoolworks.com> + + * configure.in (target_alias): Fix. + * configure: Regenerate. + * aclocal.m4: Regenerate. + 2002-06-12 Phil Edwards <pme@gcc.gnu.org> * include/Makefile.am: Add new files. diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index c0d04471be1..9c8e45c23c6 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -2198,14 +2198,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 8a16602aabd..4254d7f76e0 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -7879,7 +7879,7 @@ EOF *-windiss*) os_include_dir="config/os/windiss" ;; - *-qnx6.12*) + *-qnx6.[12]*) SECTION_FLAGS='-ffunction-sections -fdata-sections' diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 8fdbc5fc220..151eaf485b6 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -161,7 +161,9 @@ if test -n "$with_cross_host" || test x"$build" != x"$host"; then *-windiss*) os_include_dir="config/os/windiss" ;; +changequote(,)dnl *-qnx6.[12]*) +changequote([,])dnl SECTION_FLAGS='-ffunction-sections -fdata-sections' AC_SUBST(SECTION_FLAGS) GLIBCPP_CHECK_LINKER_FEATURES |