summaryrefslogtreecommitdiff
path: root/cross/mingw-binutils
AgeCommit message (Collapse)AuthorFilesLines
2016-06-19Bump version for USE_CROSSBASE removal.wiz1-2/+2
2016-06-19Move remaining users of USE_CROSSBASE to just install into ${PREFIX}/cross.wiz2-130/+130
To simplify infrastructure. Ok joerg@ XXX: nios2-gcc3 loops endlessly during build, before and after change, so untested. XXX: nios2-gcc does not build on -current, in the same way before and after the change, so untested.
2015-11-03Add SHA512 digests for distfiles for cross categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2012-10-09cross/mingw-binutils: Alternative fix for gcc47marino1-3/+2
Although the claim that using the -Wno-unused-but-set-variable flag breaks the build for older GCCs is unsubstantiated at this time, the previous fix for gcc47 is removed in favor of deleting -Werror which is exactly what the cross/binutils makefile does.
2012-10-09cross/mingw-binutils: Fix build on gcc4.7marino1-1/+4
mingw-binutils is built with -Werror which fails on the gcc4.6+ warning "unused but set variable". Disable that warning to fix gcc4.7 build.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-06-25Add RCS identification.asau2-2/+4
2010-06-24Don't install libiberty library archive to avoid conflict with mingw-gcc ↵asau4-4/+35
package. Bump package revision.
2010-03-15Import MinGW packages into "cross" category. From pkgsrc-wip project.asau6-0/+190
MinGW, a contraction of "Minimalist GNU for Windows," is a port of the GNU Compiler Collection (GCC), and GNU Binutils, for use in the development of native Microsoft Windows applications.