From 40c9541ac059671c4c336c770f0c9e9307be162d Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 13 Sep 2021 13:17:39 +0200 Subject: Remove m68k-openbsd support This removes m68k-openbsd as a valid configuration, according to openbsd.org m68k-openbsd [on the mac] was discontinued after the 5.1 release. The configuration is also not (or no longer) supported by gas and GNU ld so I could not figure whether it is still a.out (I suspect it is). But first and foremost the target only supports STABS as a debugging format. 2021-09-13 Richard Biener * config.gcc: Remove m68k-openbsd. contrib/ * config-list.mk: Remove m68k-openbsd. --- contrib/config-list.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 031e4db..22f55d9 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -58,7 +58,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ 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 \ m68k-elf m68k-netbsdelf \ - m68k-openbsd m68k-uclinux m68k-linux m68k-rtems \ + m68k-uclinux m68k-linux m68k-rtems \ mcore-elf microblaze-linux microblaze-elf \ mips-netbsd \ mips64el-st-linux-gnu mips64octeon-linux mipsisa64r2-linux \ -- cgit v1.1