configure.in (gcc_gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs...

2002-06-28  Phil Edwards  <pme@gcc.gnu.org>

	* configure.in (gcc_gxx_include_dir):  Change to match versioned
	C++ headers if --enable-version-specific-runtime-libs is used.
	* configure:  Regenerate.

From-SVN: r55088
This commit is contained in:
Phil Edwards 2002-06-29 00:19:00 +00:00
parent 6bdb8dd695
commit 9137b119fa
3 changed files with 333 additions and 316 deletions

View File

@ -1,3 +1,9 @@
2002-06-28 Phil Edwards <pme@gcc.gnu.org>
* configure.in (gcc_gxx_include_dir): Change to match versioned
C++ headers if --enable-version-specific-runtime-libs is used.
* configure: Regenerate.
2002-06-28 Jan Hubicka <jh@suse.cz>
* gcse.c (gcse_emit_move_after): Use gen_move_insn to produce the move.

641
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -167,7 +167,7 @@ esac])
if test x${gcc_gxx_include_dir} = x; then
if test x${enable_version_specific_runtime_libs} = xyes; then
gcc_gxx_include_dir='${libsubdir}/include/g++'
gcc_gxx_include_dir='${libsubdir}/include/c++'
else
topsrcdir=${srcdir}/.. . ${srcdir}/../config.if
changequote(<<, >>)dnl