This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libitm/53113] Build fails in x86_avx.cc if AVX disabled by -mno-avx but supported by as


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?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]