From 7cb065d6a3b5e99af216af1e0362924751363a52 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Feb 2016 19:59:04 +0000 Subject: [PATCH] config.host: Add aarch64-*-rtems*. 2016-02-26 Joel Sherrill * libgcc/config.host: Add aarch64-*-rtems*. From-SVN: r233759 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 7587434fa31..982e97b5ff3 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2016-02-26 Joel Sherrill + + * libgcc/config.host: Add aarch64-*-rtems*. + 2016-02-26 Paul E. Murphy Bill Schmidt diff --git a/libgcc/config.host b/libgcc/config.host index ef7dfd02f5d..1f85c466ce9 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -327,7 +327,7 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) esac case ${host} in -aarch64*-*-elf) +aarch64*-*-elf | aarch64*-*-rtems*) extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o" extra_parts="$extra_parts crtfastmath.o" tmake_file="${tmake_file} ${cpu_type}/t-aarch64" -- 2.30.2