Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
Find the available preprocessor macros
From Openembedded.org
Q: A build fails and I need to know which preprocessor macros are available.
First create an empty file and the run your gcc like this:
touch tmp.c gcc <your gcc options> -E -dM tmp.c | less