Felix Lelchuk writes:
>
> Hi,
>
> I need to build Python 2.7 for 64-bit Windows but I'm having a hard time
> compiling it.
Is this anything?
Python a-mingw-us
http://code.google.com/p/python-a-mingw-us/
--
T
2013/6/14 dw :
>
> I agree that intrin.h should receive some love. I have been doing some work
> on it, but it was mostly fixing particular problems, I never had a chance to
> do a big clean up.
>
> The fact that it would be a "big clean up" should probably have been listed
> in the "cons." While
I agree that intrin.h should receive some love. I have been doing some
work on it, but it was mostly fixing particular problems, I never had
a chance to do a big clean up.
The fact that it would be a "big clean up" should probably have been
listed in the "cons." While I believe having all the
Kai Tietz schreef op ma 10-06-2013 om 21:49 [+0200]:
> 2013/6/10 Erik van Pienbroek :
> > Any news on this issue?
>
> I will take a look to this this evening. We will need to remove here
> the alias-code to fix that
For now I've managed to workaround the regression by partially reverting
r5713.
On 6/14/2013 17:48, Ruben Van Boxem wrote:
>
> I seem to remember Jon_Y testing exactly this, and he reported it working.
> He might have just tested the cross-compiler though. In any case, He'll
> know what to do :)
>
> Ruben
I can never get i686 default multilib to work, so I do x86_64 default
On 06/14/13 09:43, dw wrote:
> I'd like to discuss the entire purpose of the intrin.h file in gcc.
>
> In response to my recent proposed patch re __faststorefence, Kai
> remarked that making changes to intrin.h is something we should be
> minimizing/avoiding. Until this point, I hadn't been aware
2013/6/14 Dongsheng Song
> When I build gcc 4.8 with mingw-w64 trunk:
>
> ${GCC_SRC_ROOT}/configure \
> --prefix=${SYS_ROOT} \
> --with-sysroot=${SYS_ROOT} \
> --build=${BUILD_TRIPLET} --host=${BUILD_TRIPLET}
> --target=${TARGET_TRIPLET} \
> --enable-targets=all --disable-nls \
>
When I build gcc 4.8 with mingw-w64 trunk:
${GCC_SRC_ROOT}/configure \
--prefix=${SYS_ROOT} \
--with-sysroot=${SYS_ROOT} \
--build=${BUILD_TRIPLET} --host=${BUILD_TRIPLET}
--target=${TARGET_TRIPLET} \
--enable-targets=all --disable-nls \
--enable-checking=release --enable-langu
I'd like to discuss the entire purpose of the intrin.h file in gcc.
In response to my recent proposed patch re __faststorefence, Kai
remarked that making changes to intrin.h is something we should be
minimizing/avoiding. Until this point, I hadn't been aware that this
was a point of contentio