mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-19 12:00:00 +08:00
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:
parent
6bdb8dd695
commit
9137b119fa
@ -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
641
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user