bin/runcpu: omit basic info logging, full configuration is shown in JSON

This commit is contained in:
2025-04-26 20:27:52 +08:00
parent 1786bd659e
commit e83c81619f

View File

@@ -86,9 +86,6 @@ const argv = await yargs(hideBin(process.argv))
const sunwayGeneration = argv.platform === "host" ? sunway.getHostGeneration() : argv.platform as sunway.SunwayGeneration;
const sysroot = sunwayGeneration == "6b" ? "/usr/sw/standard-830-6b-test/" : "/usr/sw/swgcc1030_native_tools-8a";
console.log("simd: " + chalk.red(argv.simd));
console.log("sunway generation: " + chalk.red(sunwayGeneration));
console.log(`using sysroot: ${chalk.red(sysroot)}`);
// Function to convert hash to prefix