Waldek Hebisch wrote:
ATM as a workaround `--print-needed-options' will print you correct predefines which then should be given back to the compiler. Sounds silly, but in fact the compiler proper have the info, but it is not available in preprocessor, so one havwe to use options to pass the info back.
Yes, until I write the new preprocessor, this will be the only way. (BTW, the same workaround was needed on some systems, in particular MIPS, for other reasons before. It will also be gone with the new preprocessor.)
The good news is that GP handles this automatically.
Frank