Ronald Hoogenboom writes:
authorRonald Hoogenboom <hoogenboom30@zonnet.nl>
Thu, 2 Apr 2009 23:08:16 +0000 (23:08 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 2 Apr 2009 23:08:16 +0000 (23:08 +0000)
commite729846b64eed59e72080766d09036ebbe9760a7
treef29109e8cd13b3f37c5f6a22e8e944ef3ec3ee83
parent5cbdc1ee6f37a45c3cda62a797e81572001dc7b7
Ronald Hoogenboom writes:
I've attached a patch that removes the 3-mile-long compiler
commandlines, which vim's quickfix doesn't like so much. Instead of
putting all those -DXYZ='bla' on the compiler commandline, they are put
in a file called settings.h (as #define XYZ bla) and only a
--include=settings.h is put on the commandline.
This file is created unconditionally at the same time as when the
CPUFLAGS simply expanded make variable used to be created (not via a
target rule and dependency), so it shouldn't change anything.

Signed-off-by: Ronald Hoogenboom <hoogenboom30@zonnet.nl>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4047 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/newconfig/config.g