summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-10-16 13:16:26 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-10-16 13:16:26 +0000
commit732ab1fe1ee48a54fbb889d8676733bc3624edd8 (patch)
tree530fc66216a37d20befa10be22b968ef131317c6 /gas
parenteb54f9501677196161d3a31d346f0bd4d99e9fae (diff)
downloadbinutils-redhat-732ab1fe1ee48a54fbb889d8676733bc3624edd8.tar.gz
* configure.in: Set em=linux for ppc-*-linux-gnu* target.
* configure: Regenerate.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rwxr-xr-xgas/configure2
-rw-r--r--gas/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d5e32b7a6c..7b5a7f9322 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-16 Peter Bergner <bergner@vnet.ibm.com>
+
+ * configure.in: Set em=linux for ppc-*-linux-gnu* target.
+ * configure: Regenerate.
+
2003-10-15 Alan Modra <amodra@bigpond.net.au>
* doc/as.texinfo (Align): Correct list of byte targets.
diff --git a/gas/configure b/gas/configure
index 39c926adb6..558e51b262 100755
--- a/gas/configure
+++ b/gas/configure
@@ -4257,7 +4257,7 @@ echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
ppc-*-beos*) fmt=coff ;;
ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;;
ppc-*-eabi* | ppc-*-sysv4*) fmt=elf ;;
- ppc-*-linux-gnu*) fmt=elf
+ ppc-*-linux-gnu*) fmt=elf em=linux
case "$endian" in
big) ;;
*) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5
diff --git a/gas/configure.in b/gas/configure.in
index 3bc47e78bc..57e5af79f6 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -412,7 +412,7 @@ changequote([,])dnl
ppc-*-beos*) fmt=coff ;;
ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;;
ppc-*-eabi* | ppc-*-sysv4*) fmt=elf ;;
- ppc-*-linux-gnu*) fmt=elf
+ ppc-*-linux-gnu*) fmt=elf em=linux
case "$endian" in
big) ;;
*) AC_MSG_ERROR(GNU/Linux must be configured big endian) ;;