What are the default defines in my Gnu compiler?
From Stack Overflow
Be sure you have a dummy source file you can point the compiler at, then issue a command such as:
g++ -E -dM blah.cpp
or
arm-linux-g++ -E -dM blah.cpp
or
powerpc-linux-g++ -E -dM blah.cpp