summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-04-23 14:17:36 +0200
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-04-23 14:17:36 +0200
commitc043dd8999d4ade3002b66a8f4e499d109f9a211 (patch)
treef07aa56423afa4297a1c359ca815046f679bedb6
parentbd19e3649c3c2b46401f313cc11e40ee00029e84 (diff)
downloadgcc-patches-linaro-gcc-5.1.0-compat.tar.gz
Remove chunks that aren't needed anymorelinaro-gcc-5.1.0-compat
Aarch64 support has progressed -- sys/ucontext.h is there now and libatomic is supposed to be supported. Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--5.1/0018-use-android-specs-on-aarch64.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/5.1/0018-use-android-specs-on-aarch64.patch b/5.1/0018-use-android-specs-on-aarch64.patch
index bb7eac5..8276e12 100644
--- a/5.1/0018-use-android-specs-on-aarch64.patch
+++ b/5.1/0018-use-android-specs-on-aarch64.patch
@@ -63,28 +63,3 @@
tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-linux"
case $target in
aarch64_be-*)
---- gcc-5.0/libatomic/configure.tgt.omv~ 2015-01-03 13:14:54.263287687 +0100
-+++ gcc-5.0/libatomic/configure.tgt 2015-01-03 13:15:56.350287068 +0100
-@@ -99,6 +99,10 @@ fi
-
- # Other system configury
- case "${target}" in
-+ aarch64*)
-+ # ANDROID - This is currently not supported in AArch64.
-+ UNSUPPORTED=1
-+ ;;
- arm*-*-linux*)
- # OS support for atomic primitives.
- config_path="${config_path} linux/arm posix"
---- gcc-5.0/libgcc/config.host.omv~ 2015-01-03 13:16:00.970311928 +0100
-+++ gcc-5.0/libgcc/config.host 2015-01-03 13:16:55.203938120 +0100
-@@ -325,7 +325,8 @@ aarch64*-*-elf)
- ;;
- aarch64*-*-linux*)
- extra_parts="$extra_parts crtfastmath.o"
-- md_unwind_header=aarch64/linux-unwind.h
-+ # ANDROID - uncomment when sysroot contains sys/ucontext.h
-+ #md_unwind_header=aarch64/linux-unwind.h
- tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
- tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
- ;;