--- a/cpuburn-1.4.ebuild 2007-07-02 09:05:37.000000000 -0500 +++ a/cpuburn-1.4.ebuild 2009-06-12 22:03:21.000000000 -0500 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.14 2007/07/02 13:41:07 peper Exp $ +inherit toolchain-funcs + MY_P="${PV/./_}" DESCRIPTION="designed to heavily load CPU chips [testing purposes]" HOMEPAGE="http://pages.sbcglobal.net/redelm/" @@ -25,6 +27,7 @@ cd ${S} sed -i 's:gcc -s:gcc -m32 -s:' Makefile || die "sed failed" fi + sed -i -e "s/\tgcc /\t$(tc-getCC) /" ${S}/Makefile } src_compile() {