From 65453211e00f83dee15ba04e3297852d1683160d Mon Sep 17 00:00:00 2001 From: Ben Cheng Date: Wed, 2 Apr 2014 13:57:00 -0700 Subject: [4.9] Apply aarch64 patches for Android toolchain build. - The changes in gcc/config.gcc and gcc/config/aarch64/aarch64-linux.h will be upstreamed. - libatomic is disabled for now. - md_unwind_header in libgcc/config.host is also disabled for now due to lack of sys/ucontext.h. Change-Id: Idad7c75a9eaf27e6737fe3a217ff2791b4bf8358 --- gcc-4.9/libgcc/config.host | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc-4.9/libgcc') diff --git a/gcc-4.9/libgcc/config.host b/gcc-4.9/libgcc/config.host index f8f74cc40..91d496277 100644 --- a/gcc-4.9/libgcc/config.host +++ b/gcc-4.9/libgcc/config.host @@ -320,7 +320,8 @@ aarch64*-*-elf) tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp" ;; aarch64*-*-linux*) - 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" ;; -- cgit v1.2.3