[kde-freebsd] maintainer-feedback requested: [Bug 209171] devel/qmake5 adds unwarranted -msse4.2 to CXXFLAGS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 30 20:09:27 UTC 2016


Mikhail Teterin <mi at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to kde at FreeBSD.org:
Bug 209171: devel/qmake5 adds unwarranted -msse4.2 to CXXFLAGS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209171



--- Description ---
My CPUs do not SSE4, but Makefile generated by qt5-qmake have -msse4.2
prepended to CXXFLAGS anyway. The CFLAGS are Ok, but CXXFLAGS are overly
aggressive, which causes some programs to die from SIGILL.

I'm not sure, what causes the flag to be added by mistake -- my regular CFLAGS
(and CXXFLAGS) say:

   -O2 -pipe -march=core2  -fstack-protector -fno-strict-aliasing


More information about the kde-freebsd mailing list