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