mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue