diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-05-29 18:12:55 +0200 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-17 13:09:28 -0300 |
commit | a8add090fa4a191110719bbbde2473e31d944a71 (patch) | |
tree | 13e91e47b9552a7c11b23f3d2077d672c8ce38ad | |
parent | f2932f44783c5fce37dcf79db0f5434b2aad2c11 (diff) | |
download | gcc-a8add090fa4a191110719bbbde2473e31d944a71.zip gcc-a8add090fa4a191110719bbbde2473e31d944a71.tar.gz gcc-a8add090fa4a191110719bbbde2473e31d944a71.tar.bz2 |
contrib: Remove cris-linux and crisv32-* from config-list.mk
Support for crisv32-*-* and cris-*-linux* was removed in git r11-214.
contrib/ChangeLog:
* config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
crisv32-linux.
-rw-r--r-- | contrib/config-list.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 2500dec..a8a49ce 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -41,7 +41,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ arm-symbianelf avr-elf \ bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \ bpf-unknown-none \ - c6x-elf c6x-uclinux cr16-elf cris-elf cris-linux crisv32-elf crisv32-linux \ + c6x-elf c6x-uclinux cr16-elf cris-elf \ 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 \ |