From 574471bb48367dcf7f929c7f11bac843ed17bf99 Mon Sep 17 00:00:00 2001 From: amodra Date: Thu, 16 Oct 2003 13:16:26 +0000 Subject: [PATCH] * configure.in: Set em=linux for ppc-*-linux-gnu* target. * configure: Regenerate. --- gas/ChangeLog | 5 +++++ gas/configure | 2 +- gas/configure.in | 2 +- 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 + + * configure.in: Set em=linux for ppc-*-linux-gnu* target. + * configure: Regenerate. + 2003-10-15 Alan Modra * 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) ;; -- 2.11.0