From 0f5ba2d7ee357d2ec879dececa52e8392afc4dcc Mon Sep 17 00:00:00 2001 From: dje Date: Mon, 18 Jun 2012 20:05:48 +0000 Subject: [PATCH] * config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188754 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/aix52.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5deedb6ef50..348185f8dba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-06-18 David Edelshn + + * config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0. + 2012-06-18 Uros Bizjak PR target/53712 diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h index 4b1f0cf85cf..c6585711916 100644 --- a/gcc/config/rs6000/aix52.h +++ b/gcc/config/rs6000/aix52.h @@ -121,6 +121,8 @@ do { \ #define TARGET_ALTIVEC 0 #undef TARGET_ALTIVEC_ABI #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 array of string to tell the driver program which options are -- 2.11.4.GIT