Commit 5a8f2ba7 authored by Russ Cox's avatar Russ Cox

fix build: more libcgo references

R=r
CC=golang-dev
https://golang.org/cl/3448043
parent 98b2d706
......@@ -19,7 +19,7 @@ if [ "$1" != "--nopkg" ]; then
rm -rf "$GOROOT"/pkg/${GOOS}_$GOARCH
fi
rm -f "$GOROOT"/lib/*.a
for i in lib9 libbio libcgo libmach cmd pkg \
for i in lib9 libbio libmach cmd pkg \
../misc/cgo/gmp ../misc/cgo/stdio \
../test/bench ../test/garbage
do(
......
......@@ -62,7 +62,7 @@ bash "$GOROOT"/src/clean.bash
for i in lib9 libbio libmach cmd pkg
do
case "$i-$GOOS-$GOARCH" in
libcgo-nacl-* | cmd/*-nacl-* | libcgo-linux-arm)
cmd/*-nacl-*)
;;
*)
# The ( ) here are to preserve the current directory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment