From: joel Date: Fri, 26 Feb 2016 19:59:04 +0000 (+0000) Subject: 2016-02-26 Joel Sherrill X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05ea12a2c43f306c5fd758a6d53e654da1676d9b;p=thirdparty%2Fgcc.git 2016-02-26 Joel Sherrill * libgcc/config.host: Add aarch64-*-rtems*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233759 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 7587434fa316..982e97b5ff31 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 ef7dfd02f5d9..1f85c466ce92 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"