diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-14 18:00:10 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-14 18:00:10 +0000 |
commit | 109959d6b125ec404bd83413548ec58e659d693b (patch) | |
tree | a0eac0fb3f528549832810dadc130b7cdd3d5525 /src/config/Options.lb | |
parent | 68f9b1b1359b2dcd757d5b26aaf0b494333d2199 (diff) |
new config rules
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@960 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index a9753473fc..8c2c4c6b99 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -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 |