View | Details | Raw Unified | Return to bug 215948
Collapse All | Expand All

(-)/usr/src/sys/conf/Makefile.powerpc (+4 lines)
Lines 39-45 Link Here
39
# Force __SPE__, since the builtin will be removed later with -mno-spe
39
# Force __SPE__, since the builtin will be removed later with -mno-spe
40
CFLAGS+= -mabi=spe -D__SPE__
40
CFLAGS+= -mabi=spe -D__SPE__
41
.endif
41
.endif
42
.if ${COMPILER_TYPE} == "gcc"
42
CFLAGS+= -msoft-float -Wa,-many
43
CFLAGS+= -msoft-float -Wa,-many
44
.else
45
CFLAGS+= -msoft-float
46
.endif
43
47
44
# Build position-independent kernel
48
# Build position-independent kernel
45
CFLAGS+= -fPIC
49
CFLAGS+= -fPIC

Return to bug 215948