From 5d65342898686feb3faceb3beb10529501d67b48 Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Tue, 9 Apr 2013 17:01:52 +0800 Subject: Disable aarch64/linux-unwind.h for now Change-Id: I5ab969f1f7f049ebd043fe6e5a2b219c30338571 --- gcc-4.8/libgcc/config.host | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc-4.8/libgcc/config.host b/gcc-4.8/libgcc/config.host index 60340a6b7..6bd4b3936 100644 --- a/gcc-4.8/libgcc/config.host +++ b/gcc-4.8/libgcc/config.host @@ -285,6 +285,11 @@ aarch64*-*-elf) tmake_file="${tmake_file} ${cpu_type}/t-aarch64" tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp" ;; +aarch64*-*-linux*-android*) + #md_unwind_header=aarch64/linux-unwind.h # disable this for now since bionic isn't 64-bit ready yet + tmake_file="${tmake_file} ${cpu_type}/t-aarch64" + tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp" + ;; aarch64*-*-linux*) md_unwind_header=aarch64/linux-unwind.h tmake_file="${tmake_file} ${cpu_type}/t-aarch64" -- cgit v1.2.3