2003-07-31 Geoffrey Keating <geoffk@apple.com>
commit9db45a8782bac6d4cf769d2373f51f197c4ebc12
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2003 23:36:43 +0000 (31 23:36 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2003 23:36:43 +0000 (31 23:36 +0000)
tree63caf2b661d8c3bfb8d246a2225e369bec17c8a1
parent3f2444de90f3f512bf0525c57223247f515f95b2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70024 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
Makefile.in
Makefile.tpl
gcc/ChangeLog
gcc/Makefile.in
gcc/gcc.c
gcc/mkheaders.in