add missing -m32 flag to compile on opteron natively
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a84c6f81ef
commit
198f0ddded
|
@ -48,6 +48,9 @@ uses CONFIG_CHIP_CONFIGURE
|
||||||
uses XIP_ROM_SIZE
|
uses XIP_ROM_SIZE
|
||||||
uses XIP_ROM_BASE
|
uses XIP_ROM_BASE
|
||||||
uses LINUXBIOS_EXTRA_VERSION
|
uses LINUXBIOS_EXTRA_VERSION
|
||||||
|
uses CC
|
||||||
|
|
||||||
|
option CC="gcc -m32"
|
||||||
|
|
||||||
option CONFIG_CHIP_CONFIGURE=1
|
option CONFIG_CHIP_CONFIGURE=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue