Changes between Version 1 and Version 2 of Porting Macros plan
- Timestamp:
- Jan 3, 2010, 10:54:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Porting Macros plan
v1 v2 25 25 COMPILER(MSVC) - Microsoft Visual C++ 26 26 COMPILER(RVCT) - ARM compiler 27 28 CPU() - the target CPU architecture 29 Examples: 30 CPU(X86) 31 CPU(X86_64) 32 CPU(ARM) 33 CPU(BIG_ENDIAN) 34 CPU(MIDDLE_ENDIAN) 27 35 28 36 HAVE() - specific system features (headers, functions or similar) that are present or not … … 60 68 ENABLE(WML) - Enable support for WML 61 69 62 63 64 70 Some macros that would be completely phased out, in favor of platform and policy decisions: 65 71