[klibc] -falign..=0 means "default", =1 mean "minimum"

For the -falign options, 0 means default (same as no option given).
1 means byte alignment, which is translated into the smallest possible
alignment, which appears to be 4 bytes (imposed by linker?)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
1 file changed