Changes between Initial Version and Version 6 of Ticket #40174
- Timestamp:
- Jun 25, 2014, 10:48:28 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40174
- Property Cc mojca@… added
-
Property
Summary
changed from
upgrade mingw and add win64 cross-compiler
toMinGW-w64: add win64 cross-compiler
-
Property
Version
changed from
2.2.0
to - Property Owner changed from macports-tickets@… to landonf@…
-
Property
Type
changed from
update
torequest
- Property Port i386-mingw32-gcc mingw-w64 added
-
Ticket #40174 – Description
initial v6 1 1 the MingW cross-compiler for windows is quite old and there is currently no cross-compiler for Windows 64. Packages for both would be fantastic! 2 3 http://mingw-w64.sourceforge.net/ 4 5 Upstream build instructions: 6 * http://sourceforge.net/p/mingw-w64/wiki2/Cross%20Win32%20and%20Win64%20compiler/ 7 * https://github.com/mirror/mingw-w64/blob/master/mingw-w64-doc/howto-build/mingw-w64-howto-build-adv.txt 8 9 Scripts to build MinGW-w64 from scratch: 10 * http://cgit.notk.org/adrien/yypkg/slackware64-current.git/tree/d/binutils/binutils.SlackBuild 11 * http://cgit.notk.org/adrien/yypkg/slackware64-current.git/tree/d/gcc/gcc.SlackBuild 12 13 Instructions about building a cross toolchain: 14 * [http://pete.akeo.ie/2010/07/compiling-mingw-w64-with-multilib-on.html Compiling MinGW-w64 with multilib on Linux] 15 * [http://pmc.polytechnique.fr/pagesperso/dc/arm-en.html Design of a cross-toolchain "From Scratch" (for arm)]