NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: using gcc -w



On Sat, Mar 14, 2015 at 11:41:13AM +0000, Patrick Welche wrote:
> After a suggestion from Christos
> 
> diff --git a/tools/binutils/Makefile b/tools/binutils/Makefile
> index 45c6208..c7961d3 100644
> --- a/tools/binutils/Makefile
> +++ b/tools/binutils/Makefile
> @@ -5,7 +5,8 @@
>  MODULE=                binutils
>  
>  CONFIGURE_ARGS=        --target=${MACHINE_GNU_PLATFORM} --disable-nls \
> -               --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-,"
> +               --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," \
> +               --disable-werror
>  
>  MAKE_ARGS=     MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}
>  
> 
> made it possible to build 5.99.5, so in a way "solved"

Slowly catching up... mrg already fixed this in 2011-08-04 - I just hit it
because I went back to code from before 2011...

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index