Commit 7cb065d6 by Joel Sherrill Committed by Joel Sherrill

config.host: Add aarch64-*-rtems*.

2016-02-26  Joel Sherrill <joel@rtems.org>

	* libgcc/config.host: Add aarch64-*-rtems*.

From-SVN: r233759
parent 56cde077
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> 2016-02-26 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
Bill Schmidt <wschmidt@linux.vnet.ibm.com> Bill Schmidt <wschmidt@linux.vnet.ibm.com>
......
...@@ -327,7 +327,7 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) ...@@ -327,7 +327,7 @@ i[34567]86-*-mingw* | x86_64-*-mingw*)
esac esac
case ${host} in 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 crtbegin.o crtend.o crti.o crtn.o"
extra_parts="$extra_parts crtfastmath.o" extra_parts="$extra_parts crtfastmath.o"
tmake_file="${tmake_file} ${cpu_type}/t-aarch64" tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment