Package: golang-go
Version: 2:1.1-1
Severity: wishlist

Dear Maintainer,

Can you please provide go cross-compilers as separate packages?
As go has native support for cross-compiling it would be very handy to
not have to build all the cross-compiler ourself from upstream source.

eg. we used to build
CGO_ENABLE=1 ./all.bash
GOOS=linux GOARCH=386 CGO_ENABLED=0 ./make.bash --no-clean
GOOS=linux GOARCH=arm CGO_ENABLED=0 ./make.bash --no-clean
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 ./make.bash --no-clean
GOOS=windows GOARCH=386 CGO_ENABLED=0 ./make.bash --no-clean

clarification: this is for building a toolchain to cross-compile go
executables for other plattforms, not cross-compiling the go toolchain
for another plattform.

idea: as from #go-nuts @ freenode, all cross-compilers can be build on
all plattforms. Thus why not create golang-go-$GOOS-$GOARCH packages and
let the debian arch native golang-go packages depend on the right one
for each architecture.

Michael

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.5-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages golang-go depends on:
ii  debconf [debconf-2.0]  1.5.46
pn  golang-src             <none>
ii  libc6                  2.17-0experimental2
ii  perl                   5.14.2-18

golang-go recommends no packages.

golang-go suggests no packages.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to