PR target/47122: vax-*-openbsd* config.gcc typo
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Wed, 22 Apr 2015 08:30:15 +0000 (10:30 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Wed, 22 Apr 2015 08:30:15 +0000 (10:30 +0200)
Gerald / jsg typoed this in the initial r152218 a.k.a
8e6600a15374f9446d5026e8ef6b68e0d753fb6c

From-SVN: r222314

gcc/ChangeLog
gcc/config.gcc

index 627f34f37391af79af126010264a152d52f94e03..bfab007f1deaf3007180346eceae0cb1e30dfdb4 100644 (file)
@@ -1,3 +1,8 @@
+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
index 8d405a8f132733d812240538e6cb3768884f574f..a1df043328561eac20fc3ad5a0ce499eacb8991b 100644 (file)
@@ -2922,7 +2922,7 @@ vax-*-netbsdelf*)
        extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt"
        ;;
 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"
        use_collect2=yes
        ;;