aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgcc/config.host
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-04-28 21:26:04 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-04-28 21:26:04 -0700
commit3366b351322dd21a54abe0f78177e72f963f573c (patch)
treebfd9f39dc9d40a71762753ec5f584154647e6412 /gcc-4.9/libgcc/config.host
parent16712a032061c7f8e9647004a10f8af866e57719 (diff)
downloadtoolchain_gcc-3366b351322dd21a54abe0f78177e72f963f573c.tar.gz
toolchain_gcc-3366b351322dd21a54abe0f78177e72f963f573c.tar.bz2
toolchain_gcc-3366b351322dd21a54abe0f78177e72f963f573c.zip
[4.9] aarch64: uncomment md_unwind_header; [4.8,4.9] aarch64: enable libatomic,libgomp
Change-Id: I21bb83a2de8d27b465afb9d45440cd7966f837ee
Diffstat (limited to 'gcc-4.9/libgcc/config.host')
-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"
;;