before index-conflict changes
This commit is contained in:
15
assets/var/gnu/go-1.4.md
Normal file
15
assets/var/gnu/go-1.4.md
Normal file
@ -0,0 +1,15 @@
|
||||
go 1.4.3
|
||||
=
|
||||
https://go.dev/dl/go1.4.3.src.tar.gz
|
||||
|
||||
``` sh *** build ***
|
||||
cd src
|
||||
export CC="gcc -std=gnu99"
|
||||
export CGO_ENABLED=0
|
||||
export GOROOT_FINAL=/pkg/gnu/go-1.4
|
||||
./make.bash
|
||||
mkdir -p /pkg/gnu/go-1.4/
|
||||
cp -r ../bin /pkg/gnu/go-1.4
|
||||
cp -r ../lib /pkg/gnu/go-1.4
|
||||
cp -r ../include /pkg/gnu/go-1.4
|
||||
```
|
||||
Reference in New Issue
Block a user