new config rules

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@960 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson
2003-07-14 18:00:10 +00:00
parent 68f9b1b135
commit 109959d6b1
6 changed files with 314 additions and 75 deletions

View File

@@ -102,7 +102,7 @@ define CC
comment "Target C Compiler"
end
define HOSTCC
default "$(CROSS_COMPILE)gcc"
default "gcc"
export always
comment "Host C Compiler"
end