configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
commita747170836486ab3bbe8d16ec5f0c26566a0a0ff
authorRichard Sandiford <richard@codesourcery.com>
Sat, 12 May 2007 08:00:12 +0000 (12 08:00 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 12 May 2007 08:00:12 +0000 (12 08:00 +0000)
tree133456234c1cdb8e1855c392ad57492bb7b95d86
parenteb77cddf4276f2ae7c6745cd7cf82dd49327dc4f
configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).

gcc/
* configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
(gcc_tooldir): Likewise.
* configure: Regenerate.
* Makefile.in (libsubdir_to_prefix): New variable, based on the
old configure.ac gcc_tooldir setting.
(prefix_to_exec_prefix): New variable.
(DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.

From-SVN: r124634
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.ac