aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/linux-android.h
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2016-01-15 18:40:44 +0000
committerThan McIntosh <thanm@google.com>2016-01-15 18:41:52 +0000
commita45222a0e5951558bd896b0513bf638eb376e086 (patch)
tree67c0a99a7bfa160e0736741a7e09e64c6d0f0c0d /gcc-4.9/gcc/config/linux-android.h
parentf1c3ad6cac0465017759cce0cb381ce66760d907 (diff)
downloadtoolchain_gcc-a45222a0e5951558bd896b0513bf638eb376e086.tar.gz
toolchain_gcc-a45222a0e5951558bd896b0513bf638eb376e086.tar.bz2
toolchain_gcc-a45222a0e5951558bd896b0513bf638eb376e086.zip
Revert "Fix toolchain/gcc build for mingw."
This reverts commit f1c3ad6cac0465017759cce0cb381ce66760d907. [Change no longer needed since we're switching to a different gcc for the mingw build.] Change-Id: I03a57335e9ca94c6848cb71bbc1a451f0c0ef18f
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