On Sat, Jun 06, 2009 at 12:27:06AM +0200, Patrick Georgi wrote:
Uwe Hermann schrieb:
Shouldn't this be
option CC="$(CROSSCC)" option CROSS_COMPILE="$(CROSS_PREFIX)" option HOSTCC="$(CROSS_HOSTCC)"
Does the syntax without braces work?
They're replaced by abuild, and not part of make's variable expansion. Using $(..) would actually break them
but please take Myles' comments into account.
That is, remove the Config-abuild.lb for the HP board?
Yes, but it's also fine if you can fix this in another way.
Uwe.