diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-09-26 10:03:47 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-09-26 10:03:47 +0000 |
commit | 261f2bb70abe3297162c50ca89ada85958ea9d99 (patch) | |
tree | 193406fd01e063cfcdb74f5531aa709739a56595 /targets/newisys/khepri/Config.lb | |
parent | 63afbd4fdce93a7756e574b618f829d41dbf80b9 (diff) |
add cvsignore files for target files. Use gcc -m32 to build on AMD64
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1141 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/newisys/khepri/Config.lb')
-rw-r--r-- | targets/newisys/khepri/Config.lb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/targets/newisys/khepri/Config.lb b/targets/newisys/khepri/Config.lb index 75328fc3c1..9ac5645c15 100644 --- a/targets/newisys/khepri/Config.lb +++ b/targets/newisys/khepri/Config.lb @@ -51,6 +51,10 @@ uses CONFIG_CHIP_CONFIGURE uses XIP_ROM_SIZE uses XIP_ROM_BASE uses LINUXBIOS_EXTRA_VERSION +uses CC + +# set target C compiler to 32bit gcc. +option CC="gcc -m32" # Configuration options. |