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

(-)Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
# In-tree GCC does not support __attribute__((ms_abi)), but gcc newer
5
# In-tree GCC does not support __attribute__((ms_abi)), but gcc newer
6
# than 4.5 supports it.
6
# than 4.5 supports it.
7
.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 404500
7
.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
8
8
9
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
9
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
10
.if ${MK_FDT} != "no"
10
.if ${MK_FDT} != "no"
Lines 18-23 Link Here
18
SUBDIR+=	libefi loader boot1
18
SUBDIR+=	libefi loader boot1
19
.endif
19
.endif
20
20
21
.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 404500
21
.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
22
22
23
.include <bsd.subdir.mk>
23
.include <bsd.subdir.mk>

Return to bug 213120