Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426838 | Differences between
and this patch

Collapse All | Expand All

(-)sys.orig/conf/kern.mk (-2 / +2 lines)
Lines 5-11 Link Here
5
#
5
#
6
CWARNFLAGS?=	-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
6
CWARNFLAGS?=	-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
7
		-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
7
		-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
8
		-Wundef -Wno-pointer-sign -fformat-extensions \
8
		-Wundef -Wno-pointer-sign \
9
		-Wmissing-include-dirs -fdiagnostics-show-option \
9
		-Wmissing-include-dirs -fdiagnostics-show-option \
10
		${CWARNEXTRA}
10
		${CWARNEXTRA}
11
#
11
#
Lines 52-58 Link Here
52
#
52
#
53
.if ${MACHINE_CPUARCH} == "i386"
53
.if ${MACHINE_CPUARCH} == "i386"
54
.if ${MK_CLANG_IS_CC} == "no" && ${CC:T:Mclang} != "clang"
54
.if ${MK_CLANG_IS_CC} == "no" && ${CC:T:Mclang} != "clang"
55
CFLAGS+=	-mno-align-long-strings -mpreferred-stack-boundary=2
55
CFLAGS+=	-mpreferred-stack-boundary=2
56
.else
56
.else
57
CFLAGS+=	-mno-aes -mno-avx
57
CFLAGS+=	-mno-aes -mno-avx
58
.endif
58
.endif
(-)sys.orig/dev/aic7xxx/aicasm/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
SRCS=	${GENHDRS} ${CSRCS} ${YSRCS} ${LSRCS}
14
SRCS=	${GENHDRS} ${CSRCS} ${YSRCS} ${LSRCS}
15
CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
15
CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
16
DPADD=	${LIBL}
16
DPADD=	${LIBL}
17
LDADD=	-ll
17
LDADD=	-lfl
18
WARNS?=	5
18
WARNS?=	5
19
19
20
# Correct path for kernel builds
20
# Correct path for kernel builds

Return to bug 426838