diff options
Diffstat (limited to 'gcc/config/linux-android.h')
-rw-r--r-- | gcc/config/linux-android.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/linux-android.h b/gcc/config/linux-android.h index 831a19c416e..26f1a74fd31 100644 --- a/gcc/config/linux-android.h +++ b/gcc/config/linux-android.h @@ -1,5 +1,5 @@ /* Configuration file for Linux Android targets. - Copyright (C) 2008-2013 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. Contributed by Doug Kwan (dougkwan@google.com) Rewritten by CodeSourcery, Inc. @@ -57,6 +57,3 @@ #define ANDROID_ENDFILE_SPEC \ "%{shared: crtend_so%O%s;: crtend_android%O%s}" - -#undef TARGET_HAS_IFUNC_P -#define TARGET_HAS_IFUNC_P linux_android_has_ifunc_p |