summaryrefslogtreecommitdiff
path: root/cross/mingw-gcc
AgeCommit message (Collapse)AuthorFilesLines
2016-08-20Make sure no precompiled headers are installed with any gcc version.wiz1-1/+3
From Matthew Mondor in PR 51396.
2016-06-19Bump version for USE_CROSSBASE removal.wiz1-1/+2
2016-06-19Move remaining users of USE_CROSSBASE to just install into ${PREFIX}/cross.wiz2-327/+323
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/+4
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.
2013-06-22info/dir is not supposed to be in the PLIST.dholland1-2/+1
2013-04-06Resolves:rodent1-1/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2012-12-19Fix build with C99 compilers.joerg2-1/+24
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-03-31Support staged installation.asau1-9/+14
2010-03-23Expand MACHINE_ARCH, it should always be "i386".asau1-94/+94
This fixes package on non-i386 platforms.
2010-03-15Import MinGW packages into "cross" category. From pkgsrc-wip project.asau6-0/+408
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.