diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-04-05 08:39:13 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-04-05 08:39:13 +0000 |
commit | 85107f28dada03088d301015ba3254dd4fd78163 (patch) | |
tree | 2d039a0109b573ebc52465f5f17f8389a495d215 /src/mainboard | |
parent | a73fc4b6c57c9aaed1673732d8fa44ee9b911cbf (diff) | |
download | coreboot-85107f28dada03088d301015ba3254dd4fd78163.tar.xz |
two more totalimpact briq fixes. Gets us back to the romfs breakage on PPC
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4073 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/totalimpact/briq/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/totalimpact/briq/Options.lb b/src/mainboard/totalimpact/briq/Options.lb index b85e883519..2659c64014 100644 --- a/src/mainboard/totalimpact/briq/Options.lb +++ b/src/mainboard/totalimpact/briq/Options.lb @@ -64,6 +64,11 @@ default TTYS0_DIV=4 ## default TTYS0_BASE=0x3f8 +## +## The default compiler +## +default CC="$(CROSS_COMPILE)gcc" +default HOSTCC="gcc" ## use a cross compiler #default CROSS_COMPILE="powerpc-eabi-" #default CROSS_COMPILE="ppc_74xx-" |