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
This commit is contained in:
Phil Edwards 2003-08-17 20:27:28 +00:00
parent 0df3f383ef
commit 77e862fac4
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -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

View File

@ -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