diff options
author | Jim Wilson <wilson@tuliptree.org> | 1999-02-03 06:41:24 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1999-02-03 06:41:24 +0000 |
commit | 977c3ef0890177a79bc4111aff5356d85ee362b3 (patch) | |
tree | 8045aac09f2cb55ab7b2ea6d7828324bbe91bf1a | |
parent | 6efd50e3f7a639e46eabdf438cea9f7592270516 (diff) | |
download | fsf-binutils-gdb-977c3ef0890177a79bc4111aff5356d85ee362b3.zip fsf-binutils-gdb-977c3ef0890177a79bc4111aff5356d85ee362b3.tar.gz fsf-binutils-gdb-977c3ef0890177a79bc4111aff5356d85ee362b3.tar.bz2 |
Patch to fix canadian cross build problem with libcpp.a from Felix.
* Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
$AR_FOR_TARGET. Likewise for RANLIB.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Feb 2 22:40:36 1999 Jim Wilson <wilson@cygnus.com> + + * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of + $AR_FOR_TARGET. Likewise for RANLIB. + +Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com> + + * config.sub (oabi): Recognize. + * configure.in (arm-*-oabi): Handle. + (thumb-*-oabi): Handle. + Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com> * Makefile.in: Remove unneeded all-target-libio from |