PR target/47122: vax-*-openbsd* config.gcc typo

Gerald / jsg typoed this in the initial r152218 a.k.a
8e6600a15374f9446d5026e8ef6b68e0d753fb6c

From-SVN: r222314
parent e08cf345
2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
PR target/47122
* config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
PR target/55144 PR target/55144
* config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
remove already contained t-files. remove already contained t-files.
......
...@@ -2922,7 +2922,7 @@ vax-*-netbsdelf*) ...@@ -2922,7 +2922,7 @@ vax-*-netbsdelf*)
extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt" extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt"
;; ;;
vax-*-openbsd*) vax-*-openbsd*)
tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-pthread.h vax/openbsd.h" 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" extra_options="${extra_options} openbsd.opt"
use_collect2=yes use_collect2=yes
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment