forked from rosa/hakurei
internal/rosa: remove legacy exec helper
This change also adds a fourth stage to the bootstrap machinery, offering more correct toolchain validation that works around LLVM dynamic linking flaws. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -10,7 +10,9 @@ package bison {
|
||||
compress = gzip;
|
||||
};
|
||||
|
||||
toyboxEarly = true;
|
||||
exec = make {
|
||||
omitDefaults = true;
|
||||
check = [
|
||||
"TESTSUITEFLAGS=" + jobsFlagE + "' " + skipGNUTests {
|
||||
tests = [
|
||||
@@ -24,6 +26,5 @@ package bison {
|
||||
];
|
||||
};
|
||||
|
||||
toyboxEarly = true;
|
||||
inputs = [ m4 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user