Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
5a8f2ba7
Commit
5a8f2ba7
authored
Dec 08, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build: more libcgo references
R=r CC=golang-dev
https://golang.org/cl/3448043
parent
98b2d706
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/clean.bash
src/clean.bash
+1
-1
src/make.bash
src/make.bash
+1
-1
No files found.
src/clean.bash
View file @
5a8f2ba7
...
...
@@ -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 lib
cgo lib
mach cmd pkg
\
for
i
in
lib9 libbio libmach cmd pkg
\
../misc/cgo/gmp ../misc/cgo/stdio
\
../test/bench ../test/garbage
do
(
...
...
src/make.bash
View file @
5a8f2ba7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment