[BAD]
${BINUTILS_SRC_ROOT}/configure --prefix=${SYS_ROOT} --with-sysroot=${SYS_ROOT} \
    --target=i686-w64-mingw32 --enable-targets=all --disable-nls

[GOOD]
${BINUTILS_SRC_ROOT}/configure --prefix=${SYS_ROOT} --with-sysroot=${SYS_ROOT} \
    --target=x86_64-w64-mingw32 --enable-targets=all --disable-nls

On Sun, Mar 24, 2013 at 11:07 PM, Dongsheng Song
<[email protected]> wrote:
> It seems that like this old thread revived:
>
> http://www.sourceware.org/ml/binutils/2007-07/msg00469.html
>
> binutils clone from git://sourceware.org/git/binutils.git, version is:
>
> binutils$ git log -3
> commit 69fdfc0c99d106a4a49c45185c654c4b6ba72371
> Author: Alan Modra <[email protected]>
> Date:   Sat Mar 23 23:00:04 2013 +0000
>
>     daily update
>
> $ i686-w64-mingw32-objdump -h dllcrt*.o
> i686-w64-mingw32-objdump: dllcrt1.o: File format is ambiguous
> i686-w64-mingw32-objdump: Matching formats: coff-x86-64 pe-x86-64
> i686-w64-mingw32-objdump: dllcrt2.o: File format is ambiguous
> i686-w64-mingw32-objdump: Matching formats: coff-x86-64 pe-x86-64
>
> --
> Dongsheng

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to