diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-16 03:16:41 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-16 03:16:41 +0000 |
commit | bbd21807fdf6c26859f744e88746e3d6b5ef8d95 (patch) | |
tree | deeee822f70c0839518a6c1fc46453b506288344 /gcc/config/rs6000/t-aix43 | |
parent | 1a8c3b2735fd96cfbd899d8561cc5ab86bf1e1da (diff) | |
download | gcc-bbd21807fdf6c26859f744e88746e3d6b5ef8d95.tar.gz |
See the ChangeLog on the branch for more details.
* configure.in: Merge in changes from newppc-branch.
* configure: Regenerate.
* config/rs6000/*: Merge in changes from newppc-branch.
Also correct copyright notices.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32575 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/t-aix43')
-rw-r--r-- | gcc/config/rs6000/t-aix43 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/rs6000/t-aix43 b/gcc/config/rs6000/t-aix43 index 20507008296..814ef42e6f3 100644 --- a/gcc/config/rs6000/t-aix43 +++ b/gcc/config/rs6000/t-aix43 @@ -49,3 +49,11 @@ MULTILIB_MATCHES = msoft-float=mcpu?403 \ LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib + +# Both 32-bit and 64-bit objects in archives +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 +# to define the symbol). +CLIB=-lld |