From 77e862fac46dca3e16167f4973459625bd03d6bd Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Sun, 17 Aug 2003 20:27:28 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/configure | 2 +- libstdc++-v3/configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7d81677b625..32a2589d5b0 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 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 -- 2.30.2