Commit graph

6 commits

Author SHA1 Message Date
marino
8e4e2b3329 cross/mingw-binutils: Alternative fix for gcc47
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-09 17:32:33 +00:00
marino
56f907a95f cross/mingw-binutils: Fix build on gcc4.7
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-09 07:48:20 +00:00
asau
4840ebad6d Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 00:02:33 +00:00
asau
d99043383d Add RCS identification. 2010-06-25 09:58:51 +00:00
asau
dbb8193711 Don't install libiberty library archive to avoid conflict with mingw-gcc package.
Bump package revision.
2010-06-24 20:06:28 +00:00
asau
7e90220b36 Import MinGW packages into "cross" category. From pkgsrc-wip project.
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.
2010-03-15 18:34:36 +00:00