Skip to content

cmd/cgo: support for gccgo #2313

@rsc

Description

@rsc
Cgo-based packages that work with 6g should
also work with gccgo.  Right now cgo has no gccgo
support.

The runtime linkage between Go and C is obviously
easier in gccgo than in 6g.  The benefit of cgo in
the gccgo context is mainly the nice wrapping and
being able to build the same code in both 
environments.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions