diff options
author | Geoffrey Keating <geoffk@apple.com> | 2003-07-31 23:36:43 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-07-31 23:36:43 +0000 |
commit | a8ee6e2dc970ec6f4a6c09eb2b39599a4351df67 (patch) | |
tree | 63caf2b661d8c3bfb8d246a2225e369bec17c8a1 /ChangeLog | |
parent | 631099c9592ff2218569df541146431b0a38d7d7 (diff) | |
download | gcc-a8ee6e2dc970ec6f4a6c09eb2b39599a4351df67.tar.gz |
Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2003-07-31 Geoffrey Keating <geoffk@apple.com>
* Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
* Makefine.in: Update.
Index: gcc/ChangeLog
2003-07-31 Geoffrey Keating <geoffk@apple.com>
* Makefile.in (libexecdir): New.
(libsubdir): Use gcc instead of gcc-lib.
(libexecsubdir): New.
(ORDINARY_FLAGS_TO_PASS): Add libexecsubdir.
(DRIVER_DEFINES): Add STANDARD_LIBEXEC_PREFIX, use gcc instead of
gcc-lib.
(installdirs): Make libexecsubdir.
(install-common): Put executables in libexecsubdir.
(itoolsdir): Use libexecsubdir.
(itoolsdatadir): New.
(install-mkheaders): Separate data files and executables.
(install-collect2): Put executables in libexecsubdir.
(uninstall): Remove libexecsubdir.
* mkheaders.in: Update for new arrangement of files.
(libexecdir): New.
(libexecsubdir): New.
(itoolsdir): Use libexecsubdir.
(itoolsdatadir): New.
* gcc.c (gcc_libexec_prefix): New.
(STANDARD_LIBEXEC_PREFIX): Use gcc instead of gcc-lib.
(standard_exec_prefix_1): Use libexec.
(standard_exec_prefix_2): New.
(standard_libexec_prefix): New.
(process_command): Update for new arrangement of files. Compute
gcc_libexec_prefix. Update for change from gcc-lib to gcc.
From-SVN: r70024
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 71fc155540f..df83b195809 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-07-31 Geoffrey Keating <geoffk@apple.com> + + * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib. + * Makefine.in: Update. + 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch> * configure.in: Enable libgcj for darwin. |