mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 00:17:12 +08:00
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:
parent
0df3f383ef
commit
77e862fac4
@ -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
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user