https://bugzilla.redhat.com/show_bug.cgi?id=967258

Lars Seipel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #3 from Lars Seipel <[email protected]> ---
While building with gccgo makes sense from a Fedora point of view, the way
you're doing it is suboptimal. The package gets built without optimization
enabled, for example.

Just replacing calls to the "go" tool with calls to gccgo is not something that
generally works. It just happens to work in this case because the package has
just one source file. The go build system has an option to enable compiling
with gccgo (-compiler gccgo -gccgoflags '...') but this would require having
the go binary available at build time.

Also, gccgo accepts most of GCC's non-language-specific command line options.
We should definitely work out how to handle this on the distribution level.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=nVGYHpT9ef&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to