[coreboot] --divide!! and .xcompile

Patrick Georgi patrick at georgi-clan.de
Sat Sep 4 13:23:34 CEST 2010


Am 04.09.2010 12:52, schrieb ali hagigat:
> I found the following variable in .xcompile:
> 
> CC:=gcc -Wa,--divide -fno-stack-protector -Wl,--build-id=none
> 
> It seems that there is no definition of --divide option for GNU
> assembler. What is it supposed to do?
It changes the parser behaviour. In some configurations "/" is
interpreted as comment, while we need it to be the division operator.


Patrick




More information about the coreboot mailing list