Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(215)

Unified Diff: src/make.bash

Issue 199094: code review 199094: arm: toss make-arm.bash (Closed)
Patch Set: code review 199094: arm: toss make-arm.bash Created 15 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/all-arm.bash ('k') | src/make-arm.bash » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/make.bash
===================================================================
--- a/src/make.bash
+++ b/src/make.bash
@@ -83,8 +83,8 @@
for i in lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt cmd/goyacc cmd/hgpatch
do
- case "$i-$GOOS" in
- libcgo-nacl | cmd/*-nacl)
+ case "$i-$GOOS-$GOARCH" in
+ libcgo-nacl-* | cmd/*-nacl-* | libcgo-linux-arm)
;;
*)
# The ( ) here are to preserve the current directory
« no previous file with comments | « src/all-arm.bash ('k') | src/make-arm.bash » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b