diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2003-08-17 20:27:28 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2003-08-17 20:27:28 +0000 |
commit | 77e862fac46dca3e16167f4973459625bd03d6bd (patch) | |
tree | 9efebd233c2259cd0439f79a5c7a7886a1d24ae3 | |
parent | 0df3f383efc37b6b0d231f38b713d3aa7beef609 (diff) | |
download | gcc-77e862fac46dca3e16167f4973459625bd03d6bd.zip gcc-77e862fac46dca3e16167f4973459625bd03d6bd.tar.gz gcc-77e862fac46dca3e16167f4973459625bd03d6bd.tar.bz2 |
configure.ac: GCC_NO_EXECUTABLES was supposed to be commented in the patch from 3 minutes ago.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* 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
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 | ||||
-rw-r--r-- | libstdc++-v3/configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7d81677..32a2589 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,11 @@ 2003-08-17 Phil Edwards <pme@gcc.gnu.org> + * 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 <pme@gcc.gnu.org> + * 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 51c1916..cd5c331 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 f4204ac..50467e7 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 |