Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 571800
Collapse All | Expand All

(-)linux-mod.eclass.old (-1 / +3 lines)
Lines 127-133 Link Here
127
# @DESCRIPTION:
127
# @DESCRIPTION:
128
# It's a read-only variable. It contains the extension of the kernel modules.
128
# It's a read-only variable. It contains the extension of the kernel modules.
129
129
130
inherit eutils linux-info multilib
130
inherit eutils flag-o-matic linux-info multilib
131
EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst src_install src_compile pkg_postrm
131
EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst src_install src_compile pkg_postrm
132
132
133
IUSE="kernel_linux ${MODULES_OPTIONAL_USE}"
133
IUSE="kernel_linux ${MODULES_OPTIONAL_USE}"
Lines 621-626 Link Here
621
	set_arch_to_kernel
621
	set_arch_to_kernel
622
	ABI="${KERNEL_ABI}"
622
	ABI="${KERNEL_ABI}"
623
623
624
	append-cflags -mno-sse
625
624
	BUILD_TARGETS=${BUILD_TARGETS:-clean module}
626
	BUILD_TARGETS=${BUILD_TARGETS:-clean module}
625
	strip_modulenames;
627
	strip_modulenames;
626
	cd "${S}"
628
	cd "${S}"

Return to bug 571800