aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-02-26 19:59:04 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2016-02-26 19:59:04 +0000
commit7cb065d6a3b5e99af216af1e0362924751363a52 (patch)
treef85c9d03082522fd81445b3c0e6316e5c03e5586 /libgcc
parent56cde07776d4b652dbd05066b5fed7ab28c294c2 (diff)
downloadgcc-7cb065d6a3b5e99af216af1e0362924751363a52.zip
gcc-7cb065d6a3b5e99af216af1e0362924751363a52.tar.gz
gcc-7cb065d6a3b5e99af216af1e0362924751363a52.tar.bz2
config.host: Add aarch64-*-rtems*.
2016-02-26 Joel Sherrill <joel@rtems.org> * libgcc/config.host: Add aarch64-*-rtems*. From-SVN: r233759
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 7587434..982e97b 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-26 Joel Sherrill <joel@rtems.org>
+
+ * libgcc/config.host: Add aarch64-*-rtems*.
+
2016-02-26 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
Bill Schmidt <wschmidt@linux.vnet.ibm.com>
diff --git a/libgcc/config.host b/libgcc/config.host
index ef7dfd0..1f85c46 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"