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

(-)Makefile.options (-1 / +1 lines)
Lines 55-61 Link Here
55
CONFIGURE_ARGS+=--enable-runtime-cpudetection
55
CONFIGURE_ARGS+=--enable-runtime-cpudetection
56
.endif
56
.endif
57
57
58
.if ${OSVERSION} >= 900033
58
.if ${OSVERSION} >= 900033 && exists(/usr/bin/clang) && !defined(WITH_OTCHAIN)
59
WITH_BASE_CLANG=yes
59
WITH_BASE_CLANG=yes
60
.endif
60
.endif

Return to bug 171249