before index-conflict changes

This commit is contained in:
2025-11-18 19:46:36 +03:00
parent 28ba2135ec
commit 30540602bd
66 changed files with 1403 additions and 879 deletions

15
assets/var/gnu/go-1.4.md Normal file
View 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
```