04-02-2012, 05:06 AM
Can you please run this command and post its output here?
It should print all gcc's predefined macros.
Code:
gcc -dM -E - < /dev/null
It should print all gcc's predefined macros.