diff options
author | Alan Modra <amodra@gmail.com> | 2003-10-16 13:16:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-10-16 13:16:26 +0000 |
commit | fda712ee9ddd45f1d02f9b8bf673f9338ab39d48 (patch) | |
tree | 3aa72d21622695011e1d7c08f20c9ff872d759f5 /gas/configure.in | |
parent | 8fbdf3ab3889cd9d29be083bc695a34f38999a6a (diff) | |
download | binutils-gdb-fda712ee9ddd45f1d02f9b8bf673f9338ab39d48.tar.gz |
* configure.in: Set em=linux for ppc-*-linux-gnu* target.
* configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index 3bc47e78bc8..57e5af79f67 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) ;; |