This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Error building gcc-5.* with threads=win32
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: niXman <i dot nixman at autistici dot org>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Tue, 4 Aug 2015 10:31:45 +0100
- Subject: Re: Error building gcc-5.* with threads=win32
- Authentication-results: sourceware.org; auth=none
- References: <4f2eb1967bed93c6376015af3ac98000 at autistici dot org> <CAH6eHdQ1Th+mYvOTCYf0N9upLXzD8n=Yf=kWdeDxpzTLPbvdRw at mail dot gmail dot com> <c9cb7ce601fb17a822bc957dd97580d8 at autistici dot org> <CAH6eHdTZNF-8is7Xknxw1Nypg-LPRAcYDs6SbxuB_p-inoKx2w at mail dot gmail dot com>
On 4 August 2015 at 10:28, Jonathan Wakely wrote:
>
> 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?
My libatomic/config.log shows no options after -g -O2, so I'm curious
where the -pipe ... -march=i486 -mtune=i686 options are coming from.