1
0
forked from rosa/hakurei

internal/rosa/gnu: skip libtool tests in stage0

This upsets the linker in stage0.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-01 05:26:40 +09:00
parent 0efd742e8a
commit d1c8d2c39b

View File

@@ -186,6 +186,9 @@ func (t Toolchain) newLibtool() (pkg.Artifact, string) {
checksum,
pkg.TarGzip,
), nil, &MakeHelper{
// _Z2a2c: symbol not found
SkipCheck: t.isStage0(),
Check: []string{
"TESTSUITEFLAGS=" + jobsFlagE,
"check",