diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-10-06 15:08:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-10-06 15:08:03 +0000 |
commit | 198f0ddded83565034cad90040c8eaeba46823bd (patch) | |
tree | 12036fab4a3092f316ac903118f7ed2a512e2015 /targets/amd/quartet | |
parent | a84c6f81ef85bca8b1413324d0bccb549cf4b00b (diff) |
add missing -m32 flag to compile on opteron natively
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/amd/quartet')
-rw-r--r-- | targets/amd/quartet/Config.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/amd/quartet/Config.lb b/targets/amd/quartet/Config.lb index 4b96bdb098..63bfaa0541 100644 --- a/targets/amd/quartet/Config.lb +++ b/targets/amd/quartet/Config.lb @@ -48,6 +48,9 @@ uses CONFIG_CHIP_CONFIGURE uses XIP_ROM_SIZE uses XIP_ROM_BASE uses LINUXBIOS_EXTRA_VERSION +uses CC + +option CC="gcc -m32" option CONFIG_CHIP_CONFIGURE=1 |