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 /gcc/config.gcc | |
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 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index c8f5876..c3a8b27 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3511,11 +3511,6 @@ vax-*-netbsdelf*) extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt" tm_defines="${tm_defines} CHAR_FAST8=1 SHORT_FAST16=1" ;; -vax-*-openbsd*) - tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-libpthread.h vax/openbsd.h" - extra_options="${extra_options} openbsd.opt" - use_collect2=yes - ;; visium-*-elf*) tm_file="dbxelf.h elfos.h ${tm_file} visium/elf.h newlib-stdint.h" tmake_file="visium/t-visium visium/t-crtstuff" |