summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-17 20:27:28 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-17 20:27:28 +0000
commit1da555fc6efb706b166558709cbdcafab4422f02 (patch)
tree9efebd233c2259cd0439f79a5c7a7886a1d24ae3
parent2eb169cd8166ba8342c6783d1d21c0848c7fd156 (diff)
downloadppe42-gcc-1da555fc6efb706b166558709cbdcafab4422f02.tar.gz
ppe42-gcc-1da555fc6efb706b166558709cbdcafab4422f02.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70523 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog6
-rwxr-xr-xlibstdc++-v3/configure2
-rw-r--r--libstdc++-v3/configure.ac2
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,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 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
OpenPOWER on IntegriCloud