[Bug 230200] USE_GCC - filter unsupported flags

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 30 21:20:36 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230200

            Bug ID: 230200
           Summary: USE_GCC - filter unsupported flags
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: rozhuk.im at gmail.com

Created attachment 195658
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195658&action=edit
fix

/etc/make.conf
# Retpoline speculative execution vulnerability mitigation (CVE-2017-5715)
CFLAGS+=-mretpoline
CXXFLAGS+=-mretpoline
COPTFLAGS+=-mretpoline


Now all ports with USE_GCC fail.
Patch fix it.

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


More information about the freebsd-ports-bugs mailing list