From: Phil Edwards Date: Sun, 17 Aug 2003 20:27:28 +0000 (+0000) Subject: configure.ac: GCC_NO_EXECUTABLES was supposed to be commented in the patch from 3... X-Git-Tag: releases/gcc-3.4.0~4226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e862fac46dca3e16167f4973459625bd03d6bd;p=thirdparty%2Fgcc.git configure.ac: GCC_NO_EXECUTABLES was supposed to be commented in the patch from 3 minutes ago. 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. From-SVN: r70523 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7d81677b6254..32a2589d5b07 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +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 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 51c191643cbd..cd5c331d1e36 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 f4204accc561..50467e74c842 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