Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
}
src_compile() {
export OPT=${CXXFLAGS}
cd ${S}/build/lib || die "cd failed"
./configure \
--with-extra-cxxflags="${CXXFLAGS}" \
--without-boost \
|| die "Configure failed"
emake \
-C build/lib \
-f gcc.mak \
depend all || die "Compile failed"