aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-11-18 21:57:54 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2000-11-18 21:57:54 +0000
commit6e2a48434dfa017154e1f47cce91aeaacf2dd839 (patch)
tree176f627fb1e3e2c7aee4b77d9b7eb0fab21eac18 /ChangeLog
parentce8e06b1dcfc70f88dc07062c65b0bd968b53394 (diff)
downloadgcc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cc20aa..5293c12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.