Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
df3a5440
Commit
df3a5440
authored
Apr 15, 2010
by
Kai Backman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
synchronize ARM runner environment variable with run-arm
R=rsc CC=golang-dev
https://golang.org/cl/912041
parent
26e84642
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gotest
src/cmd/gotest/gotest
+1
-1
run
test/run
+1
-1
No files found.
src/cmd/gotest/gotest
View file @
df3a5440
...
...
@@ -38,7 +38,7 @@ esac
# TODO(kaib): proper emulator strategy
case
x
"
$GOARCH
"
in
xarm
)
export
E
=
${
EMU_arm
:-
qemu
-arm -cpu cortex-a8
}
export
E
=
${
GORUN
:-
qemu
-arm -cpu cortex-a8
}
esac
# Allow overrides
...
...
test/run
View file @
df3a5440
...
...
@@ -13,7 +13,7 @@ X386)
;;
Xarm
)
export
A
=
5
export
E
=
${
EMU_arm
:-
qemu
-arm -cpu cortex-a8
}
export
E
=
${
GORUN
:-
qemu
-arm -cpu cortex-a8
}
;;
*
)
echo
1>&2 run: unsupported
'$GOARCH'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment