From: joel Date: Thu, 18 Sep 2014 18:44:52 +0000 (+0000) Subject: 2014-09-18 Joel Sherrill X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db155817aff34b8c22c6b8ae47932f013d43e09b;p=thirdparty%2Fgcc.git 2014-09-18 Joel Sherrill * config-list.mk (LIST): Add v850-rtems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215362 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 5a7f79de8b76..10bece3f52b4 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2014-09-18 Joel Sherrill + + * config-list.mk (LIST): Add v850-rtems. + 2014-09-18 Sebastian Huber * config-list.mk (LIST): Add arm-rtems. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index c036095e0957..132b09082876 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -68,7 +68,7 @@ LIST = aarch64-elf aarch64-linux-gnu \ sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \ sparc64-netbsd sparc64-openbsd spu-elf \ tilegx-linux-gnu tilegxbe-linux-gnu tilepro-linux-gnu \ - v850e-elf v850-elf vax-linux-gnu \ + v850e-elf v850-elf v850-rtems vax-linux-gnu \ vax-netbsdelf vax-openbsd x86_64-apple-darwin \ x86_64-pc-linux-gnuOPT-with-fpmath=avx \ x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \