Build error and Makefile.settings

ron minnich rminnich at lanl.gov
Wed Apr 14 08:21:01 CEST 2004


On 14 Apr 2004, Mathieu Deschamps wrote:

> the answer should be when typing make echo :
> LINUXBIOS_ASSEMBLER="Version de l'assembleur GNU 2.13.90.0.18
> (i386-redhat-linux) utilisant la version BFD 2.13.90.0.18 20030206"
> But the ' character makes a parse error even if the string is quoted ' '

ack! Now I bet we never thought of that one!

> I propose to patch this quckly:
> export LINUXBIOS_ASSEMBLER:=$(shell  touch dummy.s ; $(CC) -c -Wa,-v
> dummy.s 2>&1 | tr -s '\''; rm -f dummy.s dummy.o )

sounds good.

ron




More information about the coreboot mailing list