View | Details | Raw Unified
Collapse All | Expand All

(-) gcc-config-1.3.7-r2.ebuild.orig (-1 / +5 lines)
 Lines 30-37    Link Here 
	export PATH="${D}/usr/bin:${PATH}"
	export PATH="${D}/usr/bin:${PATH}"
	einfo "Compiling wrapper..."
	einfo "Compiling wrapper..."
	mkdir -p ${S}
	cp ${FILESDIR}/wrapper-${W_VER}.c ${S}
	cd ${S}
	epatch ${FILESDIR}/wrapper-${W_VER}-portable.patch
	$(tc-getCC) -O2 -Wall -o ${WORKDIR}/wrapper \
	$(tc-getCC) -O2 -Wall -o ${WORKDIR}/wrapper \
		${FILESDIR}/wrapper-${W_VER}.c || die
		${S}/wrapper-${W_VER}.c || die
	exeinto /usr/lib/gcc-config
	exeinto /usr/lib/gcc-config
	doexe ${WORKDIR}/wrapper || die
	doexe ${WORKDIR}/wrapper || die