This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libitm/53113] Build fails in x86_avx.cc if AVX disabled by -mno-avx but supported by as
- From: "torvald at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 23 Jan 2015 12:26:51 +0000
- Subject: [Bug libitm/53113] Build fails in x86_avx.cc if AVX disabled by -mno-avx but supported by as
- Auto-submitted: auto-generated
- References: <bug-53113-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113
torvald at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |torvald at gcc dot gnu.org
--- Comment #26 from torvald at gcc dot gnu.org ---
(In reply to hjl@gcc.gnu.org from comment #24)
> Author: hjl
> Date: Mon Jan 13 19:36:17 2014
> New Revision: 206587
>
> URL: http://gcc.gnu.org/viewcvs?rev=206587&root=gcc&view=rev
> Log:
> Make sure that -msse/-mavx are appended at the end
>
> PR libitm/53113
> * Makefile.am (x86_sse.lo): Append -msse to CXXFLAGS.
> (x86_avx.lo): Append -mavx to CXXFLAGS.
> * Makefile.in: Regenerate.
>
> Modified:
> trunk/libitm/ChangeLog
> trunk/libitm/Makefile.am
> trunk/libitm/Makefile.in
H.J., can this bug be closed?