summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile.inc0
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-01-08 23:06:56 +0000
committerimp <imp@FreeBSD.org>2010-01-08 23:06:56 +0000
commitba2a1ed6746952927de49ce37fbe77aac147af29 (patch)
treec07ba90f9793ff92082fdd7497a5f6c4ce54c39c /gnu/usr.bin/binutils/Makefile.inc0
parentb5ce10f6a443dc627bd757b57f4f7aa06b569fa2 (diff)
downloadFreeBSD-src-ba2a1ed6746952927de49ce37fbe77aac147af29.zip
FreeBSD-src-ba2a1ed6746952927de49ce37fbe77aac147af29.tar.gz
Merge from project/mips r195021:
r195021 | gonzo | 2009-06-25 18:44:23 -0600 (Thu, 25 Jun 2009) | 2 lines - Add MIPS to the list of 32-bit architectures
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.inc0')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc03
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 859a3a8..945c933 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -22,7 +22,8 @@ RELTOP:= ..
RELSRC= ${RELTOP}/../../../contrib/binutils
SRCDIR= ${.CURDIR}/${RELSRC}
-.if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "powerpc"
+.if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "i386" || \
+ ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "mips"
CFLAGS+= -DBFD_DEFAULT_TARGET_SIZE=32
.else
CFLAGS+= -DBFD_DEFAULT_TARGET_SIZE=64
OpenPOWER on IntegriCloud