View | Details | Raw Unified | Return to bug 224471 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/bsd.gecko.mk (-1 / +4 lines)
Lines 129-134 RUSTFLAGS+= ${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/:S/power/pwr/} Link Here
129
RUSTFLAGS+=	${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/}
129
RUSTFLAGS+=	${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/}
130
.    endif
130
.    endif
131
131
132
.if defined(WITH_CCACHE_BUILD) && !defined(NO_CCACHE)
133
MOZ_OPTIONS+=	--with-ccache
134
.endif
135
132
# Standard depends
136
# Standard depends
133
_ALL_DEPENDS=	av1 event ffi graphite harfbuzz icu jpeg nspr nss png pixman sqlite vpx webp
137
_ALL_DEPENDS=	av1 event ffi graphite harfbuzz icu jpeg nspr nss png pixman sqlite vpx webp
134
138
135
- 

Return to bug 224471