diff options
author | Tom Rix <trix@redhat.com> | 2001-12-03 23:15:28 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-12-03 23:15:28 +0000 |
commit | 742aeb63e9f0088cb5f2764d04304a7a04aa344d (patch) | |
tree | 3b6c2844d3d3ab749c36f6274f45335cecad054f /ld/configure.tgt | |
parent | b61fdd7ef5a7f6af382daa3479b150ce5018ac42 (diff) | |
download | gdb-742aeb63e9f0088cb5f2764d04304a7a04aa344d.zip gdb-742aeb63e9f0088cb5f2764d04304a7a04aa344d.tar.gz gdb-742aeb63e9f0088cb5f2764d04304a7a04aa344d.tar.bz2 |
Pass argc and argv to ldemul_choose_target.
Support -b64 in AIX
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 63d2fb7..a66f77a 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -377,11 +377,7 @@ powerpc-*-netware*) targ_emul=ppcnw ;; powerpcle-*-pe) targ_emul=ppcpe ;; powerpcle-*-winnt*) targ_emul=ppcpe ;; powerpcle-*-cygwin*) targ_emul=ppcpe ;; - -powerpc-*-aix*) targ_emul=aixppc - targ_extra_emuls="aixppc64" - tdir_aixppc64=${targ_alias} - ;; +powerpc-*-aix*) targ_emul=aixppc ;; powerpc-*-beos*) targ_emul=aixppc ;; rs6000-*-aix*) targ_emul=aixrs6 ;; tic30-*-*aout*) targ_emul=tic30aout ;; |