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
This commit is contained in:
parent
9531b8c0b4
commit
bd8c0ffba9
@ -22,7 +22,8 @@ RELTOP:= ..
|
|||||||
RELSRC= ${RELTOP}/../../../contrib/binutils
|
RELSRC= ${RELTOP}/../../../contrib/binutils
|
||||||
SRCDIR= ${.CURDIR}/${RELSRC}
|
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
|
CFLAGS+= -DBFD_DEFAULT_TARGET_SIZE=32
|
||||||
.else
|
.else
|
||||||
CFLAGS+= -DBFD_DEFAULT_TARGET_SIZE=64
|
CFLAGS+= -DBFD_DEFAULT_TARGET_SIZE=64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user