Bug#807138: golang: gccgo triggers ar warning message when invoked as "go -compiler=gccgo"

2016-02-02 Thread Tianon Gravi
Control: forwarded -1 https://github.com/golang/go/issues/12310 Control: tags -1 + pending On 5 December 2015 at 14:30, Eric Cooper wrote: > Whenever gccgo is used via the /usr/bin/go command, it calls "ar cru ...", > which causes this warning: > $ go build -compiler=gccgo > # github.com/

Bug#807138: golang: gccgo triggers ar warning message when invoked as "go -compiler=gccgo"

2015-12-05 Thread Eric Cooper
Package: golang Version: 2:1.5.1-4 Severity: normal Tags: upstream patch Whenever gccgo is used via the /usr/bin/go command, it calls "ar cru ...", which causes this warning: $ go build -compiler=gccgo # github.com/ecc1/primes ar: `u' modifier ignored since `D' is the default (see `U')