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

(-)Makefile (+6 lines)
Lines 39-44 Link Here
39
CONFIGURE_ARGS+=	--disable-sdl
39
CONFIGURE_ARGS+=	--disable-sdl
40
.endif
40
.endif
41
41
42
# We must be able to build EV6 code; actual CPU-type optimizations
43
# are chosen at runtime.
44
.if ${MACHINE_ARCH} == "alpha"
45
CFLAGS:=	${CFLAGS:N-mcpu=*}
46
.endif
47
42
pre-everything::
48
pre-everything::
43
	@${ECHO_MSG} "====>"
49
	@${ECHO_MSG} "====>"
44
.ifndef(WITH_SDL)
50
.ifndef(WITH_SDL)

Return to bug 48506