aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-08-25 10:33:45 +0200
committerMartin Liska <mliska@suse.cz>2022-08-30 15:48:03 +0200
commit1ddf31af2f3fbfba45882a95dd6eb81bae59f90a (patch)
treef088584b31608c21e9555227da72068cf228c64c /libgcc
parentce776225249d99b089d02424b9472811a6bbd7f5 (diff)
downloadgcc-1ddf31af2f3fbfba45882a95dd6eb81bae59f90a.zip
gcc-1ddf31af2f3fbfba45882a95dd6eb81bae59f90a.tar.gz
gcc-1ddf31af2f3fbfba45882a95dd6eb81bae59f90a.tar.bz2
m32c-rtems: remove obsoleted port
contrib/ChangeLog: * config-list.mk: Remove the port. gcc/ChangeLog: * config.gcc: Remove the port. * config/m32c/rtems.h: Removed. libgcc/ChangeLog: * config.host: Remove the port.
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 9a28b10..fe2cf78 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -1510,7 +1510,7 @@ am33_2.0-*-linux*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
tmake_file="$tmake_file t-fdpbit"
;;
-m32c-*-elf*|m32c-*-rtems*)
+m32c-*-elf*)
tmake_file="$tmake_file m32c/t-m32c"
;;
nvptx-*)