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

Collapse All | Expand All

(-)a/sys/boot/i386/boot2/Makefile (-1 / +1 lines)
Lines 41-47 CFLAGS= -Os \ Link Here
41
	-Winline --param max-inline-insns-single=100
41
	-Winline --param max-inline-insns-single=100
42
42
43
.if ${CC:T:Mclang} == "clang"
43
.if ${CC:T:Mclang} == "clang"
44
CFLAGS+=	-mllvm -stack-alignment=8 -mllvm -inline-threshold=3 \
44
CFLAGS+=	-mstack-alignment=8 -mllvm -inline-threshold=3 \
45
		-mllvm -enable-load-pre=false
45
		-mllvm -enable-load-pre=false
46
# XXX: clang integrated-as doesn't grok .codeNN directives yet
46
# XXX: clang integrated-as doesn't grok .codeNN directives yet
47
CFLAGS+=	${.IMPSRC:T:Mboot1.S:C/^.+$/-no-integrated-as/}
47
CFLAGS+=	${.IMPSRC:T:Mboot1.S:C/^.+$/-no-integrated-as/}

Return to bug 409815