diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-23 17:53:41 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-23 17:53:41 +0000 |
commit | 6dbec167569ac5c9c34e23be1123f81b9d46e76f (patch) | |
tree | 34395a6c8492c0889a60ad9e4405e16ca1680131 /config | |
parent | e2ddab05fcec84894cf6387a568c311b07e61e2d (diff) | |
download | newlib-6dbec167569ac5c9c34e23be1123f81b9d46e76f.zip newlib-6dbec167569ac5c9c34e23be1123f81b9d46e76f.tar.gz newlib-6dbec167569ac5c9c34e23be1123f81b9d46e76f.tar.bz2 |
2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
* Makefile.in: Regenerate.
* configure.in: Remove unnecessary leftovers.
2002-12-22 Geoffrey Keating <geoffk@apple.com>
* config/mt-aix43: Delete.
2002-12-21 Geoffrey Keating <geoffk@apple.com>
* configure.in (extra_ranlibflags_for_target): New variable.
(*-*-darwin): Add -c to ranlib commands.
* configure (tooldir): Handle extra_ranlibflags_for_target.
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-aix43 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/mt-aix43 b/config/mt-aix43 deleted file mode 100644 index 0c6627f..0000000 --- a/config/mt-aix43 +++ /dev/null @@ -1,4 +0,0 @@ -# AIX 4.3 and above requires -X32_64 flag to all ar and nm commands -# to handle both 32-bit and 64-bit objects. -AR_FOR_TARGET=ar -X32_64 -NM_FOR_TARGET=nm -B -X32_64 |