summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile.inc0
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2011-01-27 14:16:12 +0000
committerjchandra <jchandra@FreeBSD.org>2011-01-27 14:16:12 +0000
commitcb008dd1afea31668df80b23122049573f039ea1 (patch)
tree1dfb986cfb1c77ea2700781565a806a5ddbbae98 /gnu/usr.bin/binutils/Makefile.inc0
parentfee911616d6df81070cda386c26487c4ae2fdaef (diff)
downloadFreeBSD-src-cb008dd1afea31668df80b23122049573f039ea1.zip
FreeBSD-src-cb008dd1afea31668df80b23122049573f039ea1.tar.gz
Fix n32 compile.
These changes are needed to fix n32 compile after the recent change of mips n32 MACHINE_ARCH to mipsn32eb/mipsn32el. Reviewed by: imp, bz (earlier version)
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.inc0')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc02
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 1dbbcf2..db11f1f 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -28,7 +28,7 @@ SRCDIR= ${.CURDIR}/${RELSRC}
.if ${TARGET_CPUARCH} == "arm" || ${TARGET_CPUARCH} == "i386" || \
${TARGET_ARCH} == "powerpc" || \
- ${TARGET_ARCH} == "mipsel" || ${TARGET_ARCH} == "mipseb"
+ (${TARGET_CPUARCH} == "mips" && ${TARGET_ARCH:Mmips64*} == "")
CFLAGS+= -DBFD_DEFAULT_TARGET_SIZE=32
.else
CFLAGS+= -DBFD_DEFAULT_TARGET_SIZE=64
OpenPOWER on IntegriCloud