diff mbox

libgo patch committed: Fill in list of gccgo architectures

Message ID mcreh6ij1b6.fsf@iant-glaptop.roam.corp.google.com
State New
Headers show

Commit Message

Ian Lance Taylor Nov. 14, 2013, 6:17 p.m. UTC
This patch expands the recent one from Dave Cheney to add all the known
gccgo architectures.  Bootstrapped and ran Go testsuite on
x86_64-unknown-linux-gnu.  Committed to mainline.

Ian
diff mbox

Patch

diff -r 5d4a0b7216b6 libgo/go/go/build/syslist.go
--- a/libgo/go/go/build/syslist.go	Thu Nov 14 10:07:00 2013 -0800
+++ b/libgo/go/go/build/syslist.go	Thu Nov 14 10:11:53 2013 -0800
@@ -5,4 +5,4 @@ 
 package build
 
 const goosList = "darwin dragonfly freebsd linux netbsd openbsd plan9 windows solaris "
-const goarchList = "386 amd64 arm "
+const goarchList = "386 amd64 arm alpha m68k mipso32 mipsn32 mipsn64 mipso64 ppc ppc64 sparc sparc64 "