diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-11-18 21:57:54 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-11-18 21:57:54 +0000 |
commit | 6e2a48434dfa017154e1f47cce91aeaacf2dd839 (patch) | |
tree | 176f627fb1e3e2c7aee4b77d9b7eb0fab21eac18 /ChangeLog | |
parent | ce8e06b1dcfc70f88dc07062c65b0bd968b53394 (diff) | |
download | gcc-6e2a48434dfa017154e1f47cce91aeaacf2dd839.zip gcc-6e2a48434dfa017154e1f47cce91aeaacf2dd839.tar.gz gcc-6e2a48434dfa017154e1f47cce91aeaacf2dd839.tar.bz2 |
Makefile.in: Merge with src and libgcj.
* Makefile.in: Merge with src and libgcj.
(ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
configure-target-<library> when their configure scripts need the C
or C++ library to have already been built to work properly.
(do_proto_toplev): Set them to an empty string.
From-SVN: r37546
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2000-11-18 Alexandre Oliva <aoliva@redhat.com> + * Makefile.in: Merge with src and libgcj. + (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of + configure-target-<library> when their configure scripts need the C + or C++ library to have already been built to work properly. + (do_proto_toplev): Set them to an empty string. + * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. (REALLY_SET_LIB_PATH): Use them. |