From 198f0ddded83565034cad90040c8eaeba46823bd Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 6 Oct 2003 15:08:03 +0000 Subject: add missing -m32 flag to compile on opteron natively git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/amd/quartet/Config.lb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'targets/amd') 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 -- cgit v1.2.3