* configure.in: Set em=linux for ppc-*-linux-gnu* target.
authorAlan Modra <amodra@gmail.com>
Thu, 16 Oct 2003 13:16:26 +0000 (13:16 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 16 Oct 2003 13:16:26 +0000 (13:16 +0000)
* configure: Regenerate.

gas/ChangeLog
gas/configure
gas/configure.in

index d5e32b7a6cf2f2e77d200440e74334ad114a4e38..7b5a7f93221987fdc464d41ae8b10e232af40ad0 100644 (file)
@@ -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.
index 39c926adb6857bc5862f1f33d0f785e6273d3b60..558e51b262c61e993048370c2ae8c3608faa777f 100755 (executable)
@@ -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
index 3bc47e78bc8841a4af9a80befac36a695c32d2e1..57e5af79f675a757ec6006c3e1ed43f32617bf61 100644 (file)
@@ -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) ;;