public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: niXman <i.nixman@autistici.org>
To: Jonathan Wakely <jwakely.gcc@gmail.com>, gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: Error building gcc-5.* with threads=win32
Date: Tue, 25 Aug 2015 18:07:00 -0000	[thread overview]
Message-ID: <c27dc9b057f44092185cc08d7503a041@autistici.org> (raw)
In-Reply-To: <fd274ecb1141b1584033b3e56f019cbe@autistici.org>

niXman 2015-08-23 12:39:
> Jonathan Wakely 2015-08-04 12:28:
>> That should be OK.
>> 
>> The command used by the configure test is:
>> 
>> $CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS
>> 
>> so have you set any of those environment variables?
> 
> The global CFLAGS/CXXFLAGS/CPPFLAGS/LDFLAGS vars are not set, but I
> set them as args for configure script:
> 
> --host=i686-w64-mingw32 \
> --build=i686-w64-mingw32 \
> --target=i686-w64-mingw32 \
> --prefix=/mingw32 \
> --with-sysroot=/c/mingw520/i686-520-win32-sjlj-rt_v4-rev0/mingw32 \
> --with-gxx-include-dir=/mingw32/i686-w64-mingw32/include/c++ \
> --enable-shared \
> --enable-static \
> --enable-targets=all \
> --enable-multilib \
> --enable-languages=c,c++,fortran,objc,obj-c++,lto \
> --enable-libstdcxx-time=yes \
> --enable-threads=win32 \
> --enable-libgomp \
> --enable-libatomic \
> --enable-lto \
> --enable-graphite \
> --enable-checking=release \
> --enable-fully-dynamic-string \
> --enable-version-specific-runtime-libs \
> --enable-sjlj-exceptions \
> --disable-isl-version-check \
> --disable-libstdcxx-pch \
> --disable-libstdcxx-debug \
> --enable-bootstrap \
> --disable-rpath \
> --disable-win32-registry \
> --disable-nls \
> --disable-werror \
> --disable-symvers \
> --with-gnu-as \
> --with-gnu-ld \
> --with-arch-32=i686 \
> --with-arch-64=nocona \
> --with-tune-32=generic \
> --with-tune-64=core2 \
> --with-libiconv \
> --with-system-zlib \
> --with-gmp=/c/mingw520/prerequisites/i686-w64-mingw32-static \
> --with-mpfr=/c/mingw520/prerequisites/i686-w64-mingw32-static \
> --with-mpc=/c/mingw520/prerequisites/i686-w64-mingw32-static \
> --with-isl=/c/mingw520/prerequisites/i686-w64-mingw32-static \
> --with-pkgversion="i686-win32-sjlj-rev0, Built by MinGW-W64 project" \
> --with-bugurl=http://sourceforge.net/projects/mingw-w64 \
> CFLAGS="-O2 -pipe
> -I/c/mingw520/i686-520-win32-sjlj-rt_v4-rev0/mingw32/opt/include
> -I/c/mingw520/prerequisites/i686-zlib-static/include
> -I/c/mingw520/prerequisites/i686-w64-mingw32-static/include" \
> CXXFLAGS="-O2 -pipe
> -I/c/mingw520/i686-520-win32-sjlj-rt_v4-rev0/mingw32/opt/include
> -I/c/mingw520/prerequisites/i686-zlib-static/include
> -I/c/mingw520/prerequisites/i686-w64-mingw32-static/include" \
> CPPFLAGS="" \
> LDFLAGS="-pipe
> -L/c/mingw520/i686-520-win32-sjlj-rt_v4-rev0/mingw32/opt/lib
> -L/c/mingw520/prerequisites/i686-zlib-static/lib
> -L/c/mingw520/prerequisites/i686-w64-mingw32-static/lib
> -Wl,--large-address-aware"
> 
> As you can see there are no '-march=*'/'-mtune=*' options.
> 
> Ideas?

ping?

  reply	other threads:[~2015-08-25 18:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-01  8:32 niXman
2015-08-02 11:37 ` niXman
2015-08-03 11:31   ` niXman
2015-08-03 15:51 ` Jonathan Wakely
2015-08-03 18:42   ` niXman
2015-08-04  9:28     ` Jonathan Wakely
2015-08-04  9:31       ` Jonathan Wakely
2015-08-23  9:39       ` niXman
2015-08-25 18:07         ` niXman [this message]
2015-08-27 11:42           ` niXman
2015-08-27 11:52             ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c27dc9b057f44092185cc08d7503a041@autistici.org \
    --to=i.nixman@autistici.org \
    --cc=gcc-help@gcc.gnu.org \
    --cc=jwakely.gcc@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).