http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981
Tony Theodore <tony.theodore at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |i686-w64-mingw32
Host| |x86_64-apple-darwin13.1.0
Build| |x86_64-apple-darwin13.1.0
--- Comment #3 from Tony Theodore <tony.theodore at gmail dot com> ---
I'm building a cross compiler with:
Host: x86_64-apple-darwin13.1.0
Targets: i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32
Build: x86_64-apple-darwin13.1.0
The configure line is:
configure \
--target='$(TARGET)' \
--build='$(BUILD)' \
--prefix='$(PREFIX)' \
--libdir='$(PREFIX)/lib' \
--enable-languages='c,c++,objc,fortran' \
--enable-version-specific-runtime-libs \
--with-gcc \
--with-gnu-ld \
--with-gnu-as \
--disable-nls \
--disable-shared \
--disable-multilib \
--without-x \
--disable-win32-registry \
--enable-threads=win32 \
--disable-libgomp \
--disable-libmudflap \
--with-cloog='$(PREFIX)' \
--with-gmp='$(PREFIX)' \
--with-isl='$(PREFIX)' \
--with-mpc='$(PREFIX)' \
--with-mpfr='$(PREFIX)' \
--with-as='$(PREFIX)/bin/$(TARGET)-as' \
--with-ld='$(PREFIX)/bin/$(TARGET)-ld' \
--with-nm='$(PREFIX)/bin/$(TARGET)-nm' \
LDFLAGS='-Wl,-no_pie'
Compiler details:
$ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
$ clang -v
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix