On Fri, Apr 25, 2014 at 6:50 PM, JonY <[email protected]> wrote:
> On 4/25/2014 17:47, Dongsheng Song wrote:
>> I'm glad to upload my daily builds to mingw-w64, if someone intersting
>> and give me (dongsheng) permission.
>>
>
> What is your configuration like? And what exactly do you have in your
> download?
>

For win64:
${GCC_SRC_ROOT}/configure \
    --prefix=${SYS_ROOT} \
    --with-sysroot=${SYS_ROOT} \
    --build=${BUILD_TRIPLET} --host=${TARGET_TRIPLET}
--target=${TARGET_TRIPLET} \
    --disable-multilib --disable-nls --disable-win32-registry \
    --enable-checking=release --enable-languages=c,c++,fortran \
    --with-arch=core2 --with-tune=generic

For win32:
${GCC_SRC_ROOT}/configure \
    --prefix=${SYS_ROOT} \
    --with-sysroot=${SYS_ROOT} \
    --build=${BUILD_TRIPLET} --host=${TARGET_TRIPLET}
--target=${TARGET_TRIPLET} \
    --disable-multilib --disable-nls --disable-win32-registry \
    --enable-checking=release --enable-languages=c,c++,fortran \
    --with-arch=i686 --with-tune=generic

All packages have:
version.txt: The 3rd software version and download address, the svn
version of mingw-w64 and gcc.
The binary files of binutils, make, gdb and gcc.

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to