From: Russ Cox Date: Wed, 8 Dec 2010 19:36:45 +0000 (-0500) Subject: fix build: more libcgo references X-Git-Tag: weekly.2010-12-15~87 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5a8f2ba727e57720a67df24a7290942b1f556ece;p=gostls13.git fix build: more libcgo references R=r CC=golang-dev https://golang.org/cl/3448043 --- diff --git a/src/clean.bash b/src/clean.bash index 8f34310545..d96eb52df0 100755 --- a/src/clean.bash +++ b/src/clean.bash @@ -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( diff --git a/src/make.bash b/src/make.bash index 11fa99ba4c..2bfc048530 100755 --- a/src/make.bash +++ b/src/make.bash @@ -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