fix cross compilationor libpayload / coreinfo by honoring
authorStefan Reinauer <stepan@coresystems.de>
Thu, 7 Aug 2008 15:22:01 +0000 (15:22 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 7 Aug 2008 15:22:01 +0000 (15:22 +0000)
commitc359124ef465e714f1cd7c6ad31429071847b074
treea5416300eb621932732d5a26b41dfe9b2e8bbf6e
parent695cff30e1e550f9492a365fe1109934a1a729e7
fix cross compilationor libpayload / coreinfo by honoring
the setting of CC in the payload (coreinfo) when calling

make CC=i386-elf-gcc AS=i386-elf-as AR=i386-elf-ar STRIP=i386-elf-strip

This still does not cope with the hardcoded -fno-stack-protector in
libpayload's Makefile.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3477 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/coreinfo/Makefile
payloads/libpayload/bin/lpgcc