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

hjl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 13 19:36:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113

--- Comment #24 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
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



More information about the Gcc-bugs mailing list