svn commit: r201850 - head/gnu/usr.bin/binutils

Warner Losh imp at FreeBSD.org
Fri Jan 8 23:06:56 UTC 2010


Author: imp
Date: Fri Jan  8 23:06:56 2010
New Revision: 201850
URL: http://svn.freebsd.org/changeset/base/201850

Log:
  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

Modified:
  head/gnu/usr.bin/binutils/Makefile.inc0

Modified: head/gnu/usr.bin/binutils/Makefile.inc0
==============================================================================
--- head/gnu/usr.bin/binutils/Makefile.inc0	Fri Jan  8 23:02:17 2010	(r201849)
+++ head/gnu/usr.bin/binutils/Makefile.inc0	Fri Jan  8 23:06:56 2010	(r201850)
@@ -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


More information about the svn-src-head mailing list