OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:naclGOARCH
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/
naclmake.bash
16
naclGOARCH
=$GOARCH
17
if [ -z "$
naclGOARCH
" ]; then
20
naclGOARCH
=amd64p32
23
naclGOARCH
=arm
26
naclGOARCH
=386
48
GOOS=nacl GOARCH=$
naclGOARCH
./make.bash
nacltest.bash
19
case "$
naclGOARCH
" in
39
echo 'unsupported $GOARCH for nacl: '"$
naclGOARCH
" 1>&2
43
if ! which go_nacl_${
naclGOARCH
}_exec >/dev/null; then
44
echo "cannot find go_nacl_${
naclGOARCH
}_exec, see ../misc/nacl/README." 1>&2
50
GOOS=nacl GOARCH=$
naclGOARCH
go tool dist test --no-rebuild
/prebuilts/go/linux-x86/src/
naclmake.bash
16
naclGOARCH
=$GOARCH
17
if [ -z "$
naclGOARCH
" ]; then
20
naclGOARCH
=amd64p32
23
naclGOARCH
=arm
26
naclGOARCH
=386
48
GOOS=nacl GOARCH=$
naclGOARCH
./make.bash
nacltest.bash
19
case "$
naclGOARCH
" in
39
echo 'unsupported $GOARCH for nacl: '"$
naclGOARCH
" 1>&2
43
if ! which go_nacl_${
naclGOARCH
}_exec >/dev/null; then
44
echo "cannot find go_nacl_${
naclGOARCH
}_exec, see ../misc/nacl/README." 1>&2
50
GOOS=nacl GOARCH=$
naclGOARCH
go tool dist test --no-rebuild
Completed in 94 milliseconds