golang: split bootstrap into a separate package
authorGeorge Sapkin <george@sapk.in>
Thu, 1 Jan 2026 14:19:55 +0000 (16:19 +0200)
committerGeorge Sapkin <george@sapk.in>
Sun, 25 Jan 2026 17:23:45 +0000 (19:23 +0200)
commit662972a252ed3772d11db39ccb3d39afa074fc6c
tree217074b7cf3f12837fff10cfa83f197a9bf6abac
parent51aa478bea2a94dc3c230a6b2a256eefc6f35801
golang: split bootstrap into a separate package

Split bootstrap into a new package to enable multiple versions of go to
reuse the same bootstrap.

Add more source mirrors.

Link: https://github.com/openwrt/packages/pull/28309
Signed-off-by: George Sapkin <george@sapk.in>
lang/golang/Config.in [new file with mode: 0644]
lang/golang/go-gcc-helper [new file with mode: 0644]
lang/golang/golang-bootstrap/Makefile [new file with mode: 0644]
lang/golang/golang-compiler.mk
lang/golang/golang/Config.in [deleted file]
lang/golang/golang/Makefile
lang/golang/golang/files/go-gcc-helper [deleted file]