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
This commit is contained in:
Stefan Reinauer
2003-09-26 10:03:47 +00:00
parent 63afbd4fdc
commit 261f2bb70a
4 changed files with 11 additions and 9 deletions

View File

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