https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214165
Bug ID: 214165 Summary: [patch] fix to support xtoolchains that need WITHOUT_FORMAT_EXTENSIONS Product: Base System Version: 11.0-RELEASE Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: kennethsale...@yahoo.com Keywords: patch Created attachment 176590 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=176590&action=edit fix for XCCs which are not patched to support -fformat-extensions This patch compliments sys/conf/kern.mk's test for MK_FORMAT_EXTENSIONS == "no", which is only available by sys/conf/kern.options, so can't use that same test in share/mk/bsd.sys.mk here. Patch tested successfully with 11.0-RELEASE-p3 for i386 using xtoochain built from unpatched gcc-5.4.0 supporting --sysroot. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"