aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2003-08-17 20:27:28 +0000
committerPhil Edwards <pme@gcc.gnu.org>2003-08-17 20:27:28 +0000
commit77e862fac46dca3e16167f4973459625bd03d6bd (patch)
tree9efebd233c2259cd0439f79a5c7a7886a1d24ae3 /libstdc++-v3/configure
parent0df3f383efc37b6b0d231f38b713d3aa7beef609 (diff)
downloadgcc-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
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
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