diff options
author | Richard Sandiford <richard@codesourcery.com> | 2007-07-02 19:20:33 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-07-02 19:20:33 +0000 |
commit | 15c723f39fb55da9ee0f288ecac2c178b68b2a3c (patch) | |
tree | c1e48ba268114a27caf7ec663f5a08c72ad10388 /gcc/ChangeLog | |
parent | 4f9c450c2fbfd415a7e39552a3d8b170e2518b72 (diff) | |
download | gcc-15c723f39fb55da9ee0f288ecac2c178b68b2a3c.zip gcc-15c723f39fb55da9ee0f288ecac2c178b68b2a3c.tar.gz gcc-15c723f39fb55da9ee0f288ecac2c178b68b2a3c.tar.bz2 |
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: r126225
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fc2aac6..f651d00 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2007-07-02 Richard Sandiford <richard@codesourcery.com> + + * 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. + 2007-07-02 Daniel Berlin <dberlin@dberlin.org> Fix PR tree-optimization/32583 |