diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-02-26 19:59:04 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-02-26 19:59:04 +0000 |
commit | 05ea12a2c43f306c5fd758a6d53e654da1676d9b (patch) | |
tree | f85c9d03082522fd81445b3c0e6316e5c03e5586 /libgcc/config.host | |
parent | 74bd4a9c2e31d7703cc480fe07eaba14b961ee4a (diff) | |
download | gcc-05ea12a2c43f306c5fd758a6d53e654da1676d9b.tar.gz |
2016-02-26 Joel Sherrill <joel@rtems.org>
* libgcc/config.host: Add aarch64-*-rtems*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
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" |