DESCRIPTION="Bintils for Win64 target" HOMEPAGE="mingw-w64.sourceforge.net" SRC_URI="http://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/binutils-${PV}.tar.bz2" PKG_NAMES="${PN}" PKG_HINTS="setup" SRC_DIR="binutils-${PV}" PKG_CONTENTS[0]='--exclude=usr/lib/* usr/' # MAKEOPTS+=" -j4" CYGCONF_ARGS="--with-sysroot=/usr/x86_64-w64-mingw32 --build=i686-pc-cygwin --host=i686-pc-cygwin --target=x86_64-w64-mingw32 --disable-multilib" src_compile() { cd ${B} cygconf cygmake }