summaryrefslogtreecommitdiff
path: root/ld/emultempl/aix.em
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-03-18 12:46:27 +0000
committerNick Clifton <nickc@redhat.com>2002-03-18 12:46:27 +0000
commitd3d0d6b7f062fbfe66c573c1f487664978af78ca (patch)
treec5c9559e8ee671a10564f63395458ef9b3de15cc /ld/emultempl/aix.em
parentd9628192123bcbea77c6e753034cff7c177d2be6 (diff)
downloadbinutils-redhat-d3d0d6b7f062fbfe66c573c1f487664978af78ca.tar.gz
Add AIX 64 shared library support and emulation layer for binutils
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r--ld/emultempl/aix.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em
index 2d7b69fe73..a540d0b480 100644
--- a/ld/emultempl/aix.em
+++ b/ld/emultempl/aix.em
@@ -797,8 +797,8 @@ choose_target (argc, argv)
static char *from_inside;
static char *argv_to_target[][2] = {
{NULL, "${OUTPUT_FORMAT}"},
- {"-b32", "aixcoff-rs6000"},
- {"-b64", "aixcoff64-rs6000"},
+ {"-b32", "${OUTPUT_FORMAT_32BIT}"},
+ {"-b64", "${OUTPUT_FORMAT_64BIT}"},
};
jmax = 3;