aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2016-12-09 12:54:22 +0100
committerYvan Roux <yvan.roux@linaro.org>2016-12-13 14:24:03 +0000
commitd9afa9c151fd41a616c4964e26d872070ef8416e (patch)
treef1232b26b616021445103b4c3dd2282cac704a21 /libgcc
parent2ece6723b199cfbcfa89508d9fa5d4954c8dbdea (diff)
./
Backport from trunk r240949. 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org> * configure.ac: Add aarch64-*-freebsd*. * configure: Regenerate. gcc/ Backport from trunk r240949. 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org> * config.gcc: Add aarch64-*-freebsd* support. * config.host: Likewise. * config/aarch64/aarch64-freebsd.h: New file. * config/aarch64/t-aarch64-freebsd: Ditto. libgcc/ Backport from trunk r240949. 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org> * config.host: Add support for aarch64-*-freebsd*. Change-Id: I7d3ce4b84d08de4f71d5e3e5076a66b462df1bf9
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/config.host5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index cf5fae2c2e3..075ddce21b6 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -333,6 +333,11 @@ aarch64*-*-elf | aarch64*-*-rtems*)
tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
;;
+aarch64*-*-freebsd*)
+ extra_parts="$extra_parts crtfastmath.o"
+ tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
+ tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
+ ;;
aarch64*-*-linux*)
extra_parts="$extra_parts crtfastmath.o"
md_unwind_header=aarch64/linux-unwind.h