diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-11-13 01:15:40 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-11-13 01:15:40 +0000 |
commit | 34f6fbdb65c5e2a8ff1c6553592503532ef0141f (patch) | |
tree | 22c6cd3559333654dbe6874c6e812640377b64e2 /configure | |
parent | 520907ee6d48a4b427c74355936f11b3e475ebeb (diff) | |
download | gcc-34f6fbdb65c5e2a8ff1c6553592503532ef0141f.tar.gz |
configure: Turn on libstdc++ V3 by default.
* configure: Turn on libstdc++ V3 by default.
* configure.in: Turn on libstdc++ V3 by default.
* configure: Regenerated.
From-SVN: r37415
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index 95467f5a3cc..8698c45f730 100755 --- a/configure +++ b/configure @@ -55,6 +55,7 @@ extraconfigdirs= diroptions= enable_threads=no enable_shared=no +enable_libstdcxx_v3=yes exec_prefix= exec_prefixoption= fatal= @@ -88,7 +89,7 @@ subdirs= target_alias=NOTARGET target_makefile_frag= undefs=NOUNDEFS -version="$Revision: 1.29 $" +version="$Revision: 1.30 $" x11=default bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' |