diff options
author | Jojo <jijie_rong@c-sky.com> | 2018-08-17 19:00:25 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2018-08-17 15:00:25 -0400 |
commit | 56856b587e08ccf096756327adc59a5b1f2ae3af (patch) | |
tree | 90393e8fad62a53c3adf5da1a588166e55dd22e0 /contrib | |
parent | 6f795a9239f6029072ac83357e8966c56cd572e0 (diff) | |
download | gcc-56856b587e08ccf096756327adc59a5b1f2ae3af.tar.gz |
C-SKY port: Configury
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
gcc/
* config.gcc (csky-*-*): New.
* configure.ac: Add csky to targets for dwarf2 debug_line support.
* configure: Regenerated.
contrib/
* config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
Co-Authored-By: Andrew Jenner <andrew@codesourcery.com>
Co-Authored-By: Chung-Lin Tang <cltang@codesourcery.com>
Co-Authored-By: Huibin Wang <huibin_wang@c-sky.com>
Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
From-SVN: r263627
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 \ |