aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@marvell.com>2021-09-13 06:56:57 +0000
committerAndrew Pinski <apinski@marvell.com>2021-09-13 15:16:56 +0000
commit20f3c168205cc7b0a97ecd54ffc54bed7637be74 (patch)
treee753b3049c75fdd85a14ebc995c7a832747efa9d /contrib
parent9e58de3ce00fc2385c9efb7faf321e0c601f0b0c (diff)
downloadgcc-20f3c168205cc7b0a97ecd54ffc54bed7637be74.zip
gcc-20f3c168205cc7b0a97ecd54ffc54bed7637be74.tar.gz
gcc-20f3c168205cc7b0a97ecd54ffc54bed7637be74.tar.bz2
Remove m32r{,le}-*-linux* support from GCC
m32r support never made it to glibc and the support for the Linux kernel was removed with 4.18. It does not remove much but no reason to keep around a port which never worked or one which the support in other projects is gone. OK? Checked to make sure m32r-linux and m32rle-linux were rejected when building. contrib/ChangeLog: * config-list.mk: Remove m32r-linux and m32rle-linux from the list. gcc/ChangeLog: * config.gcc: Add m32r-*-linux* and m32rle-*-linux* to the Unsupported targets list. Remove support for m32r-*-linux* and m32rle-*-linux*. * config/m32r/linux.h: Removed. * config/m32r/t-linux: Removed. libgcc/ChangeLog: * config.host: Remove m32r-*-linux* and m32rle-*-linux*. * config/m32r/libgcc-glibc.ver: Removed. * config/m32r/t-linux: Removed.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/config-list.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index b493e69..031e4db 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -57,7 +57,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
i686-cygwinOPT-enable-threads=yes i686-mingw32crt ia64-elf \
ia64-freebsd6 ia64-linux ia64-hpux ia64-hp-vms iq2000-elf lm32-elf \
lm32-rtems lm32-uclinux m32c-rtems m32c-elf m32r-elf m32rle-elf \
- m32r-linux m32rle-linux m68k-elf m68k-netbsdelf \
+ m68k-elf m68k-netbsdelf \
m68k-openbsd m68k-uclinux m68k-linux m68k-rtems \
mcore-elf microblaze-linux microblaze-elf \
mips-netbsd \