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

Collapse All | Expand All

(-)linux-2.6.18-mm1/scripts/Kbuild.include (-3 / +2 lines)
Lines 66-74 Link Here
66
# as-instr
66
# as-instr
67
# Usage: cflags-y += $(call as-instr, instr, option1, option2)
67
# Usage: cflags-y += $(call as-instr, instr, option1, option2)
68
68
69
as-instr = $(shell if echo -e "$(1)" | $(AS) >/dev/null 2>&1 -W -Z -o astest$$$$.out ; \
69
as-instr = $(shell if echo -e "$(1)" | $(AS) >/dev/null 2>&1 -W -Z -o /dev/null ; \
70
		   then echo "$(2)"; else echo "$(3)"; fi; \
70
		   then echo "$(2)"; else echo "$(3)"; fi ;)
71
	           rm -f astest$$$$.out)
72
71
73
# cc-option
72
# cc-option
74
# Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586)
73
# Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586)

Return to bug 149307