Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
4c2cc32f
Commit
4c2cc32f
authored
Aug 16, 2016
by
Péter Szilágyi
Committed by
Felix Lange
Aug 16, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: support building for the MIPS64 platforms (#2682)
parent
89a3fbc0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
Makefile
Makefile
+12
-2
No files found.
Makefile
View file @
4c2cc32f
...
...
@@ -3,7 +3,7 @@
# don't need to bother with make.
.PHONY
:
geth geth-cross evm all test clean
.PHONY
:
geth-linux geth-linux-386 geth-linux-amd64
.PHONY
:
geth-linux geth-linux-386 geth-linux-amd64
geth-linux-mips64 geth-linux-mips64le
.PHONY
:
geth-linux-arm geth-linux-arm-5 geth-linux-arm-6 geth-linux-arm-7 geth-linux-arm64
.PHONY
:
geth-darwin geth-darwin-386 geth-darwin-amd64
.PHONY
:
geth-windows geth-windows-386 geth-windows-amd64
...
...
@@ -37,7 +37,7 @@ geth-cross: geth-linux geth-darwin geth-windows geth-android geth-ios
@
echo
"Full cross compilation done:"
@
ls
-ld
$(GOBIN)
/geth-
*
geth-linux
:
geth-linux-386 geth-linux-amd64 geth-linux-arm
geth-linux
:
geth-linux-386 geth-linux-amd64 geth-linux-arm
geth-linux-mips64 geth-linux-mips64le
@
echo
"Linux cross compilation done:"
@
ls
-ld
$(GOBIN)
/geth-linux-
*
...
...
@@ -75,6 +75,16 @@ geth-linux-arm64:
@
echo
"Linux ARM64 cross compilation done:"
@
ls
-ld
$(GOBIN)
/geth-linux-
*
|
grep
arm64
geth-linux-mips64
:
build/env.sh go run build/ci.go xgo
--go
=
$(GO)
--dest
=
$(GOBIN)
--targets
=
linux/mips64
-v
./cmd/geth
@
echo
"Linux MIPS64 cross compilation done:"
@
ls
-ld
$(GOBIN)
/geth-linux-
*
|
grep
mips64
geth-linux-mips64le
:
build/env.sh go run build/ci.go xgo
--go
=
$(GO)
--dest
=
$(GOBIN)
--targets
=
linux/mips64le
-v
./cmd/geth
@
echo
"Linux MIPS64le cross compilation done:"
@
ls
-ld
$(GOBIN)
/geth-linux-
*
|
grep
mips64le
geth-darwin
:
geth-darwin-386 geth-darwin-amd64
@
echo
"Darwin cross compilation done:"
@
ls
-ld
$(GOBIN)
/geth-darwin-
*
...
...
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