aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-04-09 17:01:52 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-04-09 17:01:52 +0800
commit5d65342898686feb3faceb3beb10529501d67b48 (patch)
treeff876504108feab5af4fabcc1c3487f649cadb44 /gcc-4.8
parent04288e6d5db307539ffc86eff17dc7fd5a2eb973 (diff)
downloadtoolchain_gcc-5d65342898686feb3faceb3beb10529501d67b48.tar.gz
toolchain_gcc-5d65342898686feb3faceb3beb10529501d67b48.tar.bz2
toolchain_gcc-5d65342898686feb3faceb3beb10529501d67b48.zip
Disable aarch64/linux-unwind.h for now
Change-Id: I5ab969f1f7f049ebd043fe6e5a2b219c30338571
Diffstat (limited to 'gcc-4.8')
-rw-r--r--gcc-4.8/libgcc/config.host5
1 files changed, 5 insertions, 0 deletions
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"