diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-02-26 20:03:19 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-02-26 20:03:19 +0000 |
commit | 7cba248efcca0872df6f4cf10d71fc25ef6148a0 (patch) | |
tree | 6970e4578cc54f2549c519ef8789555f5f54f779 /contrib/config-list.mk | |
parent | 1e085786d93d181fc9b31a28db27e5ff87577cc3 (diff) | |
download | gcc-7cba248efcca0872df6f4cf10d71fc25ef6148a0.tar.gz |
2016-02-26 Joel Sherrill <joel@rtems.org>
* config-list.mk: Add aarch64-rtems and x86_64-rtems
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233763 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/config-list.mk')
-rw-r--r-- | contrib/config-list.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 0f154646593..6a83a84b562 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -11,7 +11,7 @@ TEST=all-gcc # nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 & # # 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 \ alpha64-dec-vms alpha-dec-vms am33_2.0-linux \ arc-elf32OPT-with-cpu=arc600 arc-elf32OPT-with-cpu=arc700 \ @@ -76,7 +76,8 @@ LIST = aarch64-elf aarch64-linux-gnu \ x86_64-pc-linux-gnuOPT-with-fpmath=avx \ x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \ 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 \ i686-interix3OPT-enable-obsolete |