aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/linux-android.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config/linux-android.h')
-rw-r--r--gcc-4.9/gcc/config/linux-android.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc-4.9/gcc/config/linux-android.h b/gcc-4.9/gcc/config/linux-android.h
index 76654c34b..d8a66c7fe 100644
--- a/gcc-4.9/gcc/config/linux-android.h
+++ b/gcc-4.9/gcc/config/linux-android.h
@@ -60,13 +60,3 @@
#define ANDROID_ENDFILE_SPEC \
"%{shared: crtend_so%O%s;: crtend_android%O%s}"
-
-#define PROFILE_OR_COV_LINK_SPEC \
- "%{fprofile-arcs|fprofile-generate*|coverage:-lgcov " \
- LINUX_OR_ANDROID_LD("", "-lgcc") "}" SANITIZER_SPEC
-
-//
-// For Android apparently we want to temporarily
-// disable __cxa_throw_bad_array_new_length
-//
-#define DISABLE_CXA_THROW_BAD_ARRAY_NEW_LENGTH 1