~ubuntu-branches/ubuntu/vivid/gccgo-5/vivid-updates

« back to all changes in this revision

Viewing changes to debian/patches/gccgo-arm64.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-03-12 23:30:21 UTC
  • Revision ID: package-import@ubuntu.com-20150312233021-nf0x3tkrghlm3cnb
Tags: 5-20150309-1ubuntu3
PR go/65404, enable cgo on arm64 and powerpc. LP: #1431032.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        "linux/alpha":     true,
18
18
        "linux/amd64":     true,
19
19
        "linux/arm":       true,
20
 
+       "linux/arm4":     true,
 
20
+       "linux/arm64":     true,
21
21
+       "linux/ppc":     true,
22
22
        "linux/ppc64":     true,
23
23
        "linux/ppc64le":   true,