Bugzilla Automation <[email protected]> has asked [email protected] for
maintainer-feedback:
Bug 233542: devel/kBuild improperly selects gcc version
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233542



--- Description ---
gcc6 is deprecated but kBuild/Makefile specifies "USE_GCC=any" which results in
gcc6 being used. gcc6 is EOL and is taged for expiration.

While I believe that bsd.gcc.mk is incorrectly selecting gcc6 for the
"any"case, the recommended value for gcc when a specific version is required is
"USE_GCC=yes". Changing the Makefile successfully builds kBuild using gcc7. The
attached patch makes this change.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to