diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 10 | ||||
-rw-r--r-- | contrib/config-list.mk | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index dc493ddd9ec..97ed2002247 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,13 @@ +2018-08-17 Jojo <jijie_rong@c-sky.com> + Huibin Wang <huibin_wang@c-sky.com> + Sandra Loosemore <sandra@codesourcery.com> + Chung-Lin Tang <cltang@codesourcery.com> + Andrew Jenner <andrew@codesourcery.com> + + C-SKY port: Configury + + * config-list.mk (LIST): Add csky-elf and csky-linux-gnu. + 2018-07-13 Tom de Vries <tdevries@suse.de> * maintainers-verify.sh: New file. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index c3537d298b9..d9e48a952f2 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -40,6 +40,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ arm-symbianelf avr-elf \ bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \ c6x-elf c6x-uclinux cr16-elf cris-elf cris-linux crisv32-elf crisv32-linux \ + csky-elf csky-linux-gnu \ epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \ fr30-elf frv-elf frv-linux ft32-elf h8300-elf hppa-linux-gnu \ hppa-linux-gnuOPT-enable-sjlj-exceptions=yes hppa64-linux-gnu \ |