On 6/26/2010 19:59, JonY wrote:
Hello,
mingw-w64 (mingw-w64.sourceforge.net) is a toolchain to target 64bit
windows. It is setup as a cygwin hosted cross compiler. Currently it is
split into 4 packages: headers, crt, binutils and gcc. The latter 2 is
from FSF.

GCC 4.6 (trunk) was chosen to avoid the ABI change from 4.5.0 biting
users. LTO is also enabled.

I would admit packaging could be a bit better, I'm open to suggestions
for improvement.

mingw-w64 headers:
<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-headers/w64-headers-20100625-1.tar.bz2>

setup.hint:
category: Devel
requires:
sdesc: "Headers for Win64 target."
ldesc: "Mingw-w64 headers for Win64 target development."

mingw-w64 crt:
<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-crt/w64-crt-20100625-1.tar.bz2>

<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-crt/w64-crt-20100625-1-src.tar.bz2>


setup.hint:
ategory: Devel
requires:
sdesc: "Libraries for Win64 target."
ldesc: "Mingw-w64 libraries for Win64 target development."

mingw-w64 binutils:
<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-binutils/w64-binutils-2.20.51-1.tar.bz2>

<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-binutils/w64-binutils-2.20.51-1-src.tar.bz2>


setup.hint:
category: Devel
requires: libgcc1 zlib0
sdesc: "Bintils for Win64 target."
ldesc: "Cross bintils for Win64 target."


mingw-w64 gcc:
<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-gcc/w64-gcc-4.6.20100619-1-src.tar.bz2>

<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-gcc/w64-gcc-4.6.20100619-1.tar.bz2>


setup.hint:
category: Devel
requires: libgcc1 libgmp3 libgmpxx4 libppl libmpc1 libstdc++6 libcloog0
w64-headers w64-crt w64-binutils w64-gcc-runtime
sdesc: "GCC for Win64 target."
ldesc: "Mingw-w64 GCC for Win64 target development. Contains the base C
compiler."


mingw-w64 gcc-g++:
<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-gcc/w64-gcc-g%2B%2B/w64-gcc-g%2B%2B-4.6.20100619-1.tar.bz2>


setup.hint:
category: Devel
requires: w64-gcc
sdesc: "GCC for Win64 target (C++ Frontend components)."
ldesc: "Mingw-w64 GCC for Win64 target development (C++ Frontend
components)."

mingw-w64 gcc-gfortran:
<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-gcc/w64-gcc-gfortran/w64-gcc-gfortran-4.6.20100619-1.tar.bz2>

<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-gcc/w64-gcc-gfortran/setup.hint>


setup.hint:
ategory: Devel
requires: w64-gcc
sdesc: "GCC for Win64 target (Fotran Frontend components)."
ldesc: "Mingw-w64 GCC for Win64 target development (Fortran Frontend
components)."

mingw-w64 gcc-rt (runtime):
<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-gcc/w64-gcc-rt/w64-gcc-rt-4.6.20100619-1.tar.bz2>

<https://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w64-gcc/w64-gcc-rt/setup.hint>


setup.hint:
category: Devel
requires:
sdesc: "GCC for Win64 target (Win64 Runtime components)."
ldesc: "Mingw-w64 GCC for Win64 target development (Win64 Runtime
components)."

Ping.

Reply via email to