From 1ddf31af2f3fbfba45882a95dd6eb81bae59f90a Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 25 Aug 2022 10:33:45 +0200 Subject: 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. --- libgcc/config.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgcc') 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-*) -- cgit v1.1