scons: Fix 'recompiling' -> 'recompile'

Change-Id: Ifb2366a0c2342bf4e7207df8db6196e14184a9d5
This commit is contained in:
Bobby R. Bruce
2023-09-07 12:52:31 -07:00
committed by GitHub
parent 73b0e88d6e
commit ce54ff061a

View File

@@ -438,7 +438,7 @@ for variant_path in variant_paths:
mold_check_message = \
"You are seeing this error because -fuse-ld=mold failed.\n" \
"If you did not add the folder containing mold to $PATH, you " \
"should do so and recompiling gem5.\n" \
"should do so and recompile gem5.\n" \
"If that does not work, you can manually specify the path to " \
"the binary of mold using the --mold-path option. This will " \
"cause scons to look for ld or ld.mold in the same folder as " \