aboutsummaryrefslogtreecommitdiff
path: root/build/tools/toolchain-patches/gcc
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-06-03 11:48:04 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-06-20 14:56:35 +0200
commitb9007524f8244c5a7083447ef0342388d4c39c02 (patch)
tree40f7efcfcf8ffa87cdb93db4f38c00f0016d17ed /build/tools/toolchain-patches/gcc
parent3a7e89b6513483c31d4886bbc2e03db8a7db9cf9 (diff)
downloadndk-b9007524f8244c5a7083447ef0342388d4c39c02.tar.gz
Remove arm-eabi-4.4.0 support
The arm-eabi-4.4.0 was deprecated a long time ago, now remove any support for it from the NDK to simplify things. Change-Id: I41e65539824673466a1fc4c22bbd0d42a49d1394
Diffstat (limited to 'build/tools/toolchain-patches/gcc')
-rw-r--r--build/tools/toolchain-patches/gcc/0001-Fix-compilation-of-gcc-4.4.0-on-OS-X-10.6.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/build/tools/toolchain-patches/gcc/0001-Fix-compilation-of-gcc-4.4.0-on-OS-X-10.6.patch b/build/tools/toolchain-patches/gcc/0001-Fix-compilation-of-gcc-4.4.0-on-OS-X-10.6.patch
deleted file mode 100644
index 56eb57f07..000000000
--- a/build/tools/toolchain-patches/gcc/0001-Fix-compilation-of-gcc-4.4.0-on-OS-X-10.6.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From d2ab68887a158721770985b4abbab12f9a1f9d7e Mon Sep 17 00:00:00 2001
-From: Martin Storsjo <martin@martin.st>
-Date: Thu, 24 Feb 2011 11:17:45 +0200
-Subject: [PATCH] Fix compilation of gcc-4.4.0 on OS X 10.6
-
-This backports the fix for
-http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41180, that avoids
-linking redundant code. The root cause is that Xcode 3.2's linker
-doesn't properly ignore duplicate symbols from static libraries
-(radar 6320843). The same fix is already present in upstream gcc
-since gcc 4.4.2.
-
-Change-Id: Ia5bebe91fde522bb5af95a01ecb9d47a6b7ee87c
----
- gcc-4.4.0/gcc/cp/Make-lang.in | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/gcc-4.4.0/gcc/cp/Make-lang.in b/gcc-4.4.0/gcc/cp/Make-lang.in
-index 55e3df4..cd9900d 100644
---- a/gcc-4.4.0/gcc/cp/Make-lang.in
-+++ b/gcc-4.4.0/gcc/cp/Make-lang.in
-@@ -73,8 +73,8 @@ g++-cross$(exeext): g++$(exeext)
- # Shared with C front end:
- CXX_C_OBJS = attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o \
- c-dump.o $(CXX_TARGET_OBJS) c-pretty-print.o c-opts.o c-pch.o \
-- incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o \
-- c-gimplify.o c-omp.o tree-inline.o
-+ incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o \
-+ c-gimplify.o c-omp.o
-
- # Language-specific object files for C++ and Objective C++.
- CXX_AND_OBJCXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \
---
-1.7.3.1
-