]> Cypherpunks.ru repositories - gostls13.git/commitdiff
fix build: more libcgo references
authorRuss Cox <rsc@golang.org>
Wed, 8 Dec 2010 19:36:45 +0000 (14:36 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 8 Dec 2010 19:36:45 +0000 (14:36 -0500)
R=r
CC=golang-dev
https://golang.org/cl/3448043

src/clean.bash
src/make.bash

index 8f34310545c08e9f98ab025cb027c9b790868eb9..d96eb52df044caa80291504b8e7fbc3daf61dd72 100755 (executable)
@@ -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(
index 11fa99ba4c183a295aaa77aefcf23e7036717afd..2bfc0485305198ba6b10ef8673588451308d886b 100755 (executable)
@@ -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