diff options
author | Trevor Saunders <tbsaunde+gcc@tbsaunde.org> | 2016-06-21 21:57:25 +0000 |
---|---|---|
committer | Trevor Saunders <tbsaunde@gcc.gnu.org> | 2016-06-21 21:57:25 +0000 |
commit | d980e73865448313fc6d47a0a48b8195f2100230 (patch) | |
tree | 51c459a5a12a8701de5609af52e6378513831c52 /gcc/config.gcc | |
parent | ee2499b4d4fe5897d83a315fa0064ee89067f230 (diff) | |
download | gcc-d980e73865448313fc6d47a0a48b8195f2100230.zip gcc-d980e73865448313fc6d47a0a48b8195f2100230.tar.gz gcc-d980e73865448313fc6d47a0a48b8195f2100230.tar.bz2 |
remove support for targeting openbsd 2 or 3
contrib/ChangeLog:
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* config-list.mk: Stop testing openbsd3.0.
libgcc/ChangeLog:
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* config.host: Remove support for openbsd 2 and 3.
gcc/ChangeLog:
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* config.gcc: Remove support for openbsd 2 and 3.
* config/openbsd-oldgas.h: Remove.
From-SVN: r237661
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 34da23e..7b091fb 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -237,8 +237,6 @@ md_file= # Obsolete configurations. case ${target} in *-knetbsd-* \ - | *-openbsd2* \ - | *-openbsd3* \ | avr-*rtems* \ | h8300-*rtems* \ | m32r-*rtems* \ @@ -805,10 +803,6 @@ case ${target} in ;; esac case ${target} in - *-*-openbsd2.*|*-*-openbsd3.[012]) - tm_defines="${tm_defines} HAS_LIBC_R=1" ;; - esac - case ${target} in *-*-openbsd4.[3-9]|*-*-openbsd[5-9]*) default_use_cxa_atexit=yes ;; @@ -1451,14 +1445,6 @@ x86_64-*-netbsd*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h" extra_options="${extra_options} netbsd.opt netbsd-elf.opt" ;; -i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123]) - tm_file="i386/i386.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h openbsd-oldgas.h openbsd.h i386/openbsd.h" - extra_options="${extra_options} openbsd.opt" - # needed to unconfuse gdb - tmake_file="${tmake_file} t-openbsd i386/t-openbsd" - # we need collect2 until our bug is fixed... - use_collect2=yes - ;; i[34567]86-*-openbsd*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h" tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/openbsdelf.h" |