[Bug 227659] [PATCH] src.opts.mk: fix to build WITH_GCC=yes when using an external compiler that supports c++11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 3 22:46:22 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227659
--- Comment #6 from Bryan Drewery <bdrewery at FreeBSD.org> ---
Looking over the commit that brought this in, r273406:
Always use libc++ as the default c++ stack when building with an external
gcc 4.8+
While here disable building gcc from base when using gcc 4.8+
I do think it's fine to remove the MK_GCC=no line; there's no reason to force
not building GCC when using an external compiler, assuming it all builds fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list