diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-11-18 22:01:34 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-11-18 22:01:34 +0000 |
commit | 5cec67bf932a725fcfe46fb28c18fa99ecc70df2 (patch) | |
tree | cdda8df88fe92b580f70eb61129e60c03acb8e6a /ChangeLog | |
parent | 0da520102dc4d27ec5b85987c2bdfc2b0b2b8f09 (diff) | |
download | binutils-5cec67bf932a725fcfe46fb28c18fa99ecc70df2.tar.gz binutils-5cec67bf932a725fcfe46fb28c18fa99ecc70df2.tar.bz2 binutils-5cec67bf932a725fcfe46fb28c18fa99ecc70df2.zip |
* Makefile.in: Merge with GCC 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 10edead81b6..95eb38b63df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-11-18 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.in: Merge with GCC 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. + Sat Nov 18 18:57:50 2000 Alexandre Oliva <aoliva@redhat.com> * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. |