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:
Stefan Reinauer 2003-10-06 15:08:03 +00:00
parent a84c6f81ef
commit 198f0ddded
1 changed files with 3 additions and 0 deletions

View File

@ -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