Commit 4adf3e34 by Paul Brook Committed by Paul Brook

* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_EABI__.

From-SVN: r83651
parent 1a277d94
2004-06-25 Paul Brook <paul@codesourcery.com>
* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_EABI__.
2004-06-25 Richard Earnshaw <rearnsha@arm.com>
* arm.c (arm_arch4t): New variable.
......
......@@ -76,6 +76,8 @@ extern char arm_arch_name[];
builtin_define ("__XSCALE__"); \
if (arm_arch_iwmmxt) \
builtin_define ("__IWMMXT__"); \
if (TARGET_AAPCS_BASED) \
builtin_define ("__ARM_EABI__"); \
} while (0)
/* The various ARM cores. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment