summaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in2
1 files changed, 1 insertions, 1 deletions
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) ;;