aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>2000-03-15 05:13:37 +0000
committerAlexandre Oliva <oliva@lsd.ic.unicamp.br>2000-03-15 05:13:37 +0000
commit17a12a015f5268b1fd5d8d8e33052f54690a6b09 (patch)
tree59eb3246ae71b050ceeac19cb9268ad34ace2357
parent0c567134af750a4eef46469fa96a7824fe7181fc (diff)
* t-aix43 (AR_FOR_TARGET): Deleted. Moved `-X32_64'...
(AR_FLAGS_FOR_TARGET): here. New macro. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/newppc-branch@32554 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/rs6000/ChangeLog5
-rw-r--r--gcc/config/rs6000/t-aix432
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/config/rs6000/ChangeLog b/gcc/config/rs6000/ChangeLog
index c7a00e55467..1f5a411fdb6 100644
--- a/gcc/config/rs6000/ChangeLog
+++ b/gcc/config/rs6000/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
+
+ * t-aix43 (AR_FOR_TARGET): Deleted. Moved `-X32_64'...
+ (AR_FLAGS_FOR_TARGET): here. New macro.
+
2000-03-05 Clinton Popetz <cpopetz@cygnus.com>
* config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
diff --git a/gcc/config/rs6000/t-aix43 b/gcc/config/rs6000/t-aix43
index fcc18a168b9..814ef42e6f3 100644
--- a/gcc/config/rs6000/t-aix43
+++ b/gcc/config/rs6000/t-aix43
@@ -51,7 +51,7 @@ INSTALL_LIBGCC = install-multilib
# Both 32-bit and 64-bit objects in archives
-AR_FOR_TARGET=ar -X32_64
+AR_FLAGS_FOR_TARGET=-X32_64 rc
# We need -lld for collect2 (actually this only matters
# for a native compiler, but this is as good a place as any