Commit 7d081272 by Joel Sherrill Committed by Joel Sherrill

config-list.mk: Add aarch64-rtems and x86_64-rtems

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

	* config-list.mk: Add aarch64-rtems and x86_64-rtems

From-SVN: r233763
parent df674f74
2016-02-26 Joel Sherrill <joel@rtems.org>
* config-list.mk: Add aarch64-rtems and x86_64-rtems
2016-01-19 Jonathan Wakely <jwakely@redhat.com> 2016-01-19 Jonathan Wakely <jwakely@redhat.com>
* uninclude: Fix third argument to gensub. * uninclude: Fix third argument to gensub.
......
...@@ -11,7 +11,7 @@ TEST=all-gcc ...@@ -11,7 +11,7 @@ TEST=all-gcc
# nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 & # nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 &
# #
# v850e1-elf is rejected by config.sub # v850e1-elf is rejected by config.sub
LIST = aarch64-elf aarch64-linux-gnu \ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \ alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \
alpha64-dec-vms alpha-dec-vms am33_2.0-linux \ alpha64-dec-vms alpha-dec-vms am33_2.0-linux \
arc-elf32OPT-with-cpu=arc600 arc-elf32OPT-with-cpu=arc700 \ arc-elf32OPT-with-cpu=arc600 arc-elf32OPT-with-cpu=arc700 \
...@@ -76,7 +76,8 @@ LIST = aarch64-elf aarch64-linux-gnu \ ...@@ -76,7 +76,8 @@ LIST = aarch64-elf aarch64-linux-gnu \
x86_64-pc-linux-gnuOPT-with-fpmath=avx \ x86_64-pc-linux-gnuOPT-with-fpmath=avx \
x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \ x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \
x86_64-knetbsd-gnuOPT-enable-obsolete x86_64-w64-mingw32 \ x86_64-knetbsd-gnuOPT-enable-obsolete x86_64-w64-mingw32 \
x86_64-mingw32OPT-enable-sjlj-exceptions=yes xstormy16-elf xtensa-elf \ x86_64-mingw32OPT-enable-sjlj-exceptions=yes x86_64-rtems \
xstormy16-elf xtensa-elf \
xtensa-linux \ xtensa-linux \
i686-interix3OPT-enable-obsolete i686-interix3OPT-enable-obsolete
......
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