forked from security/hakurei
internal/rosa: patch library paths
This removes the need for reference LDFLAGS in the standard toolchain. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -51,7 +51,6 @@ func (t Toolchain) newGo(
|
||||
"CC=cc",
|
||||
"GOCACHE=/tmp/gocache",
|
||||
"GOROOT_BOOTSTRAP=/system/go",
|
||||
"CGO_" + ldflags(false) + " -O2 -g",
|
||||
}, env), `
|
||||
mkdir /work/system
|
||||
cp -r /usr/src/go /work/system
|
||||
|
||||
Reference in New Issue
Block a user