gccgo-go 1.2-0ubuntu5 source package in Ubuntu

Changelog

gccgo-go (1.2-0ubuntu5) trusty; urgency=medium

  * d/postinst: Drop priority of go alternative to ensure that golang-go
    has priority on supported architectures.
  * d/p/cmdgo.patch,d/rules: Use dpkg build flags during compilation
    (LP: #1279624).
  * d/p/issue61970044_40001.diff: Cherry pick fix to avoid having to use
    the -work flag when compiling go using gccgo (LP: #1279157).
  * d/p/gccgo-stdlib-ignore.patch: Add additional checks for stdlib paths
    under gccgo to allow use of go test -i (LP: #1279157).
 -- James Page <email address hidden>   Sat, 15 Feb 2014 22:18:45 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gccgo-go_1.2.orig.tar.gz 9.1 MiB 9ab83fb8eafe39f4204ef0f8e84e5ff7e8f1d533ddb05f51e6dc81503e8c0ae4
gccgo-go_1.2-0ubuntu5.debian.tar.gz 22.9 KiB cf48e34e48b8a1c53a45c779440ce8d6497e5b44268e833ec0a24a5abb987f1c
gccgo-go_1.2-0ubuntu5.dsc 1.7 KiB 8100a9b313831050538b1c4494bc10095e03a25d36d07e44b013efbba6f273b9

Available diffs

View changes file

Binary packages built by this source

gccgo-go: Go tool for use with gccgo

 The Go programming language is an open source project to make
 programmers more productive. Go is expressive, concise, clean, and
 efficient. Its concurrency mechanisms make it easy to write programs
 that get the most out of multicore and networked machines, while its
 novel type system enables flexible and modular program construction.
 Go compiles quickly to machine code yet has the convenience of
 garbage collection and the power of run-time reflection. It's a
 fast, statically typed, compiled language that feels like a
 dynamically typed, interpreted language.
 .
 This package provides the 'go' tool built using gccgo instead of
 golang gc, defaulting to using gccgo.