1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:04:41 -07:00

fix build: more libcgo references

R=r
CC=golang-dev
https://golang.org/cl/3448043
This commit is contained in:
Russ Cox 2010-12-08 14:36:45 -05:00
parent 98b2d7062e
commit 5a8f2ba727
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if [ "$1" != "--nopkg" ]; then
rm -rf "$GOROOT"/pkg/${GOOS}_$GOARCH rm -rf "$GOROOT"/pkg/${GOOS}_$GOARCH
fi fi
rm -f "$GOROOT"/lib/*.a 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 \ ../misc/cgo/gmp ../misc/cgo/stdio \
../test/bench ../test/garbage ../test/bench ../test/garbage
do( do(

View File

@ -62,7 +62,7 @@ bash "$GOROOT"/src/clean.bash
for i in lib9 libbio libmach cmd pkg for i in lib9 libbio libmach cmd pkg
do do
case "$i-$GOOS-$GOARCH" in case "$i-$GOOS-$GOARCH" in
libcgo-nacl-* | cmd/*-nacl-* | libcgo-linux-arm) cmd/*-nacl-*)
;; ;;
*) *)
# The ( ) here are to preserve the current directory # The ( ) here are to preserve the current directory