* configure.in: Set em=linux for ppc-*-linux-gnu* target.

* configure: Regenerate.
This commit is contained in:
Alan Modra 2003-10-16 13:16:26 +00:00
parent 8fbdf3ab38
commit fda712ee9d
3 changed files with 7 additions and 2 deletions

View 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.

2
gas/configure vendored
View file

@ -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

View 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) ;;