loader: VTOC partition size is one sector too large
[unleashed.git] / usr / src / boot / sys / boot / Makefile.inc
blob17088d782da7b74af18744fd72cfd00184932eb1
1 # $FreeBSD$
3 SSP_CFLAGS=
5 .if ${MACHINE_CPUARCH} == "arm"
6 # Do not generate movt/movw, because the relocation fixup for them does not
7 # translate to the -Bsymbolic -pie format required by self_reloc() in loader(8).
8 # Also, the fpu is not available in a standalone environment.
9 CFLAGS.clang+=  -mllvm -arm-use-movt=0
10 CFLAGS.clang+=  -mfpu=none
11 .endif