Codebase list golang-pty / bbd30d0
Add riscv Signed-off-by: Guillaume J. Charmes <guillaume@charmes.net> Guillaume J. Charmes 4 years ago
3 changed file(s) with 14 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
4444 return
4545 fi
4646
47 #linux/riscv # Should work once we merge #81.
48 #echo2 "Build for linux."
49 #echo2 " - linux/riscv"
50 #docker build -t test -f Dockerfile.riscv .
47 echo2 "Build for linux."
48 echo2 " - linux/riscv"
49 docker build -t test -f Dockerfile.riscv .
+0
-11
ztypes_riscv64.go less more
0 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
1 // cgo -godefs types.go
2
3 // +build riscv64
4
5 package pty
6
7 type (
8 _C_int int32
9 _C_uint uint32
10 )
0 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
1 // cgo -godefs types.go
2
3 // +build riscv riscv64
4
5 package pty
6
7 type (
8 _C_int int32
9 _C_uint uint32
10 )