aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libgcc')
-rw-r--r--gcc-4.9/libgcc/config.host3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc-4.9/libgcc/config.host b/gcc-4.9/libgcc/config.host
index 8e0e142c1..f4a742872 100644
--- a/gcc-4.9/libgcc/config.host
+++ b/gcc-4.9/libgcc/config.host
@@ -320,8 +320,7 @@ aarch64*-*-elf)
tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp"
;;
aarch64*-*-linux*)
- # ANDROID - uncomment when sysroot contains sys/ucontext.h
- # md_unwind_header=aarch64/linux-unwind.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"
;;