Date: Fri, 08 Jul 2016 16:34:41 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210928] lang/gcc{48,49,5} lacks -fformat-extensions support; can't be effectively used with make buildkernel Message-ID: <bug-210928-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210928 Bug ID: 210928 Summary: lang/gcc{48,49,5} lacks -fformat-extensions support; can't be effectively used with make buildkernel Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ngie@FreeBSD.org Long story short, I tried to run "make buildkernel" with gcc{48,49,5} and it failed due to missing "-fformat-extensions" support in the compiler (a feat= ure which is present in base). I added a check to kern.mk to only use -fformat-extensions with the base version of gcc in r302403, but that unfortunately tripped a failure threshold with gcc, which prompted me to ba= ck out the change in r302438. -fformat-extensions should be added to all of our compilers for consistency. --=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-210928-13>