diff options
author | Richard Biener <rguenther@suse.de> | 2021-09-13 13:39:13 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2021-09-15 08:19:56 +0200 |
commit | 947332a4e22aef9b83b74a9ded4e2bff3cae9065 (patch) | |
tree | 513e86f74b9a313bd8727c579e253ca0ae12f017 /contrib | |
parent | 40c9541ac059671c4c336c770f0c9e9307be162d (diff) | |
download | gcc-947332a4e22aef9b83b74a9ded4e2bff3cae9065.zip gcc-947332a4e22aef9b83b74a9ded4e2bff3cae9065.tar.gz gcc-947332a4e22aef9b83b74a9ded4e2bff3cae9065.tar.bz2 |
Remove support for vax-openbsd
This removes the support for vax-openbsd which has been discontinued
after the OpenBSD 5.9 release and which has no supported gas or GNU ld
configuration [anymore]. In particular this target does only support
STABS debuginfo generation.
2021-09-13 Richard Biener <rguenther@suse.de>
* config.gcc: Remove vax-*-openbsd* configuration.
contrib/
* config-list.mk: Remove vax-openbsd.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/config-list.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 22f55d9..28c0db7 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -96,7 +96,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ tilegx-linux-gnuOPT-enable-obsolete tilegxbe-linux-gnuOPT-enable-obsolete \ tilepro-linux-gnuOPT-enable-obsolete \ v850e1-elf v850e-elf v850-elf v850-rtems vax-linux-gnu \ - vax-netbsdelf vax-openbsd visium-elf x86_64-apple-darwin \ + vax-netbsdelf visium-elf x86_64-apple-darwin \ x86_64-pc-linux-gnuOPT-with-fpmath=avx \ x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \ x86_64-w64-mingw32 \ |