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

(-)a/cpuburn-1.4.ebuild (+3 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.14 2007/07/02 13:41:07 peper Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.14 2007/07/02 13:41:07 peper Exp $
4
4
5
inherit toolchain-funcs
6
5
MY_P="${PV/./_}"
7
MY_P="${PV/./_}"
6
DESCRIPTION="designed to heavily load CPU chips [testing purposes]"
8
DESCRIPTION="designed to heavily load CPU chips [testing purposes]"
7
HOMEPAGE="http://pages.sbcglobal.net/redelm/"
9
HOMEPAGE="http://pages.sbcglobal.net/redelm/"
Lines 25-30 Link Here
25
		cd ${S}
27
		cd ${S}
26
		sed -i 's:gcc -s:gcc -m32 -s:' Makefile || die "sed failed"
28
		sed -i 's:gcc -s:gcc -m32 -s:' Makefile || die "sed failed"
27
	fi
29
	fi
30
	sed -i -e "s/\tgcc /\t$(tc-getCC) /" ${S}/Makefile
28
}
31
}
29
32
30
src_compile() {
33
src_compile() {

Return to bug 243516