gcc/libgo/go/cmd/go
Ian Lance Taylor ab25c42d05 cmd/go: allow buildmode c-archive for gccgo on ppc64
In buildmodeinit, the c-archive buildmode is flagged as invalid
    on linux/ppc64 for gccgo when it should be valid. This happens
    because the check against the gccgo flag is done after the checks
    for valid GOOS/GOARCH pairs instead of before as is done for all
    other buildmode cases in this switch. This corrects the problem and
    allows several of the gccgo gotools testcases to pass on linux/ppc64.
    
    Updates #29046
    
    Reviewed-on: https://go-review.googlesource.com/c/152137

From-SVN: r266764
2018-12-03 20:25:11 +00:00
..
internal cmd/go: allow buildmode c-archive for gccgo on ppc64 2018-12-03 20:25:11 +00:00
testdata cmd/go: pass down testing gccgo in TestScript 2018-09-25 14:16:32 +00:00
alldocs.go libgo: update to Go 1.11.1 release 2018-10-08 14:21:30 +00:00
go11.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
go_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
go_unix_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
go_windows_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
main.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
mkalldocs.sh cmd/go: update mkalldocs.sh 2018-05-04 01:43:39 +00:00
note_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
proxy_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
script_test.go libgo: update to Go 1.11.1 release 2018-10-08 14:21:30 +00:00
vendor_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00