This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] PR target/47122 vax-*-openbsd* config.gcc typo
- From: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>, Matt Thomas <matt at 3am-software dot com>
- Date: Wed, 22 Apr 2015 10:36:34 +0200
- Subject: [PATCH] PR target/47122 vax-*-openbsd* config.gcc typo
- Authentication-results: sourceware.org; auth=none
Gerald / jsg typoed this in the initial r152218 a.k.a
8e6600a15374f9446d5026e8ef6b68e0d753fb6c
gcc/ChangeLog:
2015-04-09 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
PR target/47122
* config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
---
gcc/config.gcc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ddbd57b..e77c1a4 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2917,7 +2917,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
;;
--
1.7.10.4