Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2016 20:09:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209171] devel/qmake5 adds unwarranted -msse4.2 to CXXFLAGS
Message-ID:  <bug-209171-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209171

            Bug ID: 209171
           Summary: devel/qmake5 adds unwarranted -msse4.2 to CXXFLAGS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde@FreeBSD.org
          Reporter: mi@FreeBSD.org
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

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 CFL=
AGS
(and CXXFLAGS) say:

   -O2 -pipe -march=3Dcore2  -fstack-protector -fno-strict-aliasing

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209171-13>