Hi!
I'm currently hacking on the linux-sparc64 port of Golang again, based on
Aram's port for solaris-sparc64. For Linux, I need to generate some Go
files with definitions like defs_linux_sparc64.go.
Looking at defs_linux_386.go, the first line states that this file was
generated and modified, i.e.:
// created by cgo -cdefs and then converted to Go
// cgo -cdefs defs2_linux.go
I'm trying to do that on a sparc64 box running Linux now where gccgo-6
and -7 is available. Unfortunately, I can't figure out how to run the
above command to generate the definitions. I remember having done that
in the past with gccgo but I don't remember the exact command anymore.
Can someone help?
Thanks,
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer -
glau...@debian.org
`. `' Freie Universitaet Berlin -
glau...@physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913