]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove m32r{,le}-*-linux* support from GCC
authorAndrew Pinski <apinski@marvell.com>
Mon, 13 Sep 2021 06:56:57 +0000 (06:56 +0000)
committerAndrew Pinski <apinski@marvell.com>
Mon, 13 Sep 2021 15:16:56 +0000 (15:16 +0000)
commit20f3c168205cc7b0a97ecd54ffc54bed7637be74
treee753b3049c75fdd85a14ebc995c7a832747efa9d
parent9e58de3ce00fc2385c9efb7faf321e0c601f0b0c
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.
contrib/config-list.mk
gcc/config.gcc
gcc/config/m32r/linux.h [deleted file]
gcc/config/m32r/t-linux [deleted file]
libgcc/config.host
libgcc/config/m32r/libgcc-glibc.ver [deleted file]
libgcc/config/m32r/t-linux [deleted file]