diff options
author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-27 19:28:57 +0000 |
---|---|---|
committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-27 19:28:57 +0000 |
commit | 4a3fefb699a588ebd703ec698228e8513120b3d6 (patch) | |
tree | b7d854d564b9c7f5e47477a79b2ed7d34f65ae1c /libstdc++-v3/configure.ac | |
parent | 525c76f57a3ad19dee0e7327c59dc12082ac27a6 (diff) | |
download | gcc-4a3fefb699a588ebd703ec698228e8513120b3d6.tar.gz |
* acinclude.m4: Include no-executables.m4.
* configure.ac: Uncomment GCC_NO_EXECUTABLES.
* aclocal.m4: Regenerated.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70857 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r-- | libstdc++-v3/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index d10d38144e5..8c4c16afdff 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 |