From: pme Date: Sun, 17 Aug 2003 20:27:28 +0000 (+0000) Subject: 2003-08-17 Phil Edwards X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=1da555fc6efb706b166558709cbdcafab4422f02 2003-08-17 Phil Edwards * configure.ac: GCC_NO_EXECUTABLES was supposed to be commented in the patch from 3 minutes ago. Boy, is my face red. * configure: At least I remembered to regenerate this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70523 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7d81677b625..32a2589d5b0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,11 @@ 2003-08-17 Phil Edwards + * configure.ac: GCC_NO_EXECUTABLES was supposed to be commented + in the patch from 3 minutes ago. Boy, is my face red. + * configure: At least I remembered to regenerate this. + +2003-08-17 Phil Edwards + * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to things from the top level. diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 51c191643cb..cd5c331d1e3 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -1547,7 +1547,7 @@ target_alias=${target_alias-$host_alias} if test "$build" != "$host"; then # We are being configured with some form of cross compiler. GLIBCXX_IS_NATIVE=false - GCC_NO_EXECUTABLES + # GCC_NO_EXECUTABLES else GLIBCXX_IS_NATIVE=true fi diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index f4204accc56..50467e74c84 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -42,7 +42,7 @@ target_alias=${target_alias-$host_alias} if test "$build" != "$host"; then # We are being configured with some form of cross compiler. GLIBCXX_IS_NATIVE=false - GCC_NO_EXECUTABLES + # GCC_NO_EXECUTABLES else GLIBCXX_IS_NATIVE=true fi