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: r54618
This commit is contained in:
parent
99a15921f0
commit
6203ef88a6
@ -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.
|
||||
|
9
libstdc++-v3/aclocal.m4
vendored
9
libstdc++-v3/aclocal.m4
vendored
@ -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)
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -7879,7 +7879,7 @@ EOF
|
||||
*-windiss*)
|
||||
os_include_dir="config/os/windiss"
|
||||
;;
|
||||
*-qnx6.12*)
|
||||
*-qnx6.[12]*)
|
||||
SECTION_FLAGS='-ffunction-sections -fdata-sections'
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user