summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile.inc
blob: 17088d782da7b74af18744fd72cfd00184932eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

SSP_CFLAGS=

.if ${MACHINE_CPUARCH} == "arm"
# Do not generate movt/movw, because the relocation fixup for them does not
# translate to the -Bsymbolic -pie format required by self_reloc() in loader(8).
# Also, the fpu is not available in a standalone environment.
CFLAGS.clang+=  -mllvm -arm-use-movt=0
CFLAGS.clang+=  -mfpu=none
.endif
OpenPOWER on IntegriCloud