xv6-riscv icon indicating copy to clipboard operation
xv6-riscv copied to clipboard

Makefile doesn't use -ffreestanding

Open Octocontrabass opened this issue 5 months ago • 1 comments

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?

Octocontrabass avatar Sep 25 '24 01:09 Octocontrabass