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

(-)lang/v8/Makefile (+3 lines)
Lines 34-41 Link Here
34
CFLAGS+=	-Wno-nested-anon-types -Wno-unused-function
34
CFLAGS+=	-Wno-nested-anon-types -Wno-unused-function
35
.if ${COMPILER_VERSION} >= 34
35
.if ${COMPILER_VERSION} >= 34
36
CFLAGS+=	-Wno-unused-const-variable
36
CFLAGS+=	-Wno-unused-const-variable
37
.if ${COMPILER_VERSION} >= 35
38
CFLAGS+=	-Wno-tautological-undefined-compare
37
.endif
39
.endif
38
.endif
40
.endif
41
.endif
39
.else
42
.else
40
MAKE_ARGS+=	strictaliasing=off
43
MAKE_ARGS+=	strictaliasing=off
41
USE_GCC=	any
44
USE_GCC=	any

Return to bug 195666