[PATCH] PR target/47122 vax-*-openbsd* config.gcc typo

Bernhard Reutner-Fischer rep.dot.nop@gmail.com
Wed Apr 22 08:58:00 GMT 2015


I've applied this as r222314.

thanks,

On 22 April 2015 at 10:36, Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com> wrote:
> 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
>



More information about the Gcc-patches mailing list