Technical Q&A QA1424
What are the predefined macros for GCC?
Q: Is there any way to get a list of GCC's predefined macros?
A: The following command line entered in terminal will generate a list of GCC's predefined macros for the i386 architecture:
gcc -arch i386 -dM -E - < /dev/null | sort |
Document Revision History
Date | Notes |
---|---|
2010-06-18 | Fixed typo: "effect" -> "affect". -arch changed from ppc to i386 and x86_64. |
2005-07-06 | New document that shows how to display a list of GCC predefined macros. |
Copyright © 2010 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2010-06-18