xv6-riscv
xv6-riscv copied to clipboard
Makefile doesn't use -ffreestanding
Commit dd2574bc1097a912e799340172b8b6ef42ac5ceb removes -ffreestanding
from the makefile. The commit message implies that this change might be necessary for GCC to check printf format strings, but it isn't.
Why was the makefile changed? Was it an accident?