Commit f897891a by David Edelsohn Committed by David Edelsohn

* config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0.

From-SVN: r188754
parent b86da593
2012-06-18 David Edelshn <dje.gcc@gmail.com>
* config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0.
2012-06-18 Uros Bizjak <ubizjak@gmail.com> 2012-06-18 Uros Bizjak <ubizjak@gmail.com>
PR target/53712 PR target/53712
......
...@@ -121,6 +121,8 @@ do { \ ...@@ -121,6 +121,8 @@ do { \
#define TARGET_ALTIVEC 0 #define TARGET_ALTIVEC 0
#undef TARGET_ALTIVEC_ABI #undef TARGET_ALTIVEC_ABI
#define TARGET_ALTIVEC_ABI 0 #define TARGET_ALTIVEC_ABI 0
#undef TARGET_EXTRA_BUILTINS
#define TARGET_EXTRA_BUILTINS 0
/* Define this macro as a C expression for the initializer of an /* Define this macro as a C expression for the initializer of an
array of string to tell the driver program which options are array of string to tell the driver program which options are
......
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