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

Unified Diff: src/all-arm.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 | « no previous file | src/make.bash » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/all-arm.bash
===================================================================
--- a/src/all-arm.bash
+++ b/src/all-arm.bash
@@ -4,7 +4,11 @@
# license that can be found in the LICENSE file.
set -e
-bash make-arm.bash
+
+export GOOS=linux
+export GOARCH=arm
+
+bash make.bash
# TODO(kaib): add in proper tests
#bash run.bash
« no previous file with comments | « no previous file | src/make.bash » ('j') | no next file with comments »

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