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:
@@ -186,6 +186,9 @@ func (t Toolchain) newLibtool() (pkg.Artifact, string) {
|
|||||||
checksum,
|
checksum,
|
||||||
pkg.TarGzip,
|
pkg.TarGzip,
|
||||||
), nil, &MakeHelper{
|
), nil, &MakeHelper{
|
||||||
|
// _Z2a2c: symbol not found
|
||||||
|
SkipCheck: t.isStage0(),
|
||||||
|
|
||||||
Check: []string{
|
Check: []string{
|
||||||
"TESTSUITEFLAGS=" + jobsFlagE,
|
"TESTSUITEFLAGS=" + jobsFlagE,
|
||||||
"check",
|
"check",
|
||||||
|
|||||||
Reference in New Issue
Block a user