*** /usr/portage/eclass/toolchain-binutils.eclass 2008-11-22 19:30:12.000000000 +0100 --- toolchain-binutils.eclass 2008-11-22 19:55:47.000000000 +0100 *************** *** 228,233 **** --- 228,238 ---- echo ./configure ${myconf} "${S}"/configure ${myconf} || die "configure failed" + # Small patch - link libopcodes with libiberty.a so configuring binutils does not fail + # with "C compiler cannot create executables" error when multitarget + # use flag is set #248232 + sed -i -e 's#LIBS = #LIBS = $(LIBIBERTY) #' ${S}/opcodes/Makefile.in + emake all || die "emake failed" # only build info pages if we user wants them, and if