Page MenuHomeFreeBSD

bsd.compiler.mk: Allow for compiler versions >= 10
ClosedPublic

Authored by mhorne on Aug 25 2019, 8:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 10:48 AM
Unknown Object (File)
Fri, May 8, 4:06 AM
Unknown Object (File)
Mon, May 4, 9:28 AM
Unknown Object (File)
Sun, May 3, 4:01 PM
Unknown Object (File)
Wed, Apr 29, 9:31 AM
Unknown Object (File)
Wed, Apr 29, 7:10 AM
Unknown Object (File)
Tue, Apr 28, 8:29 AM
Unknown Object (File)
Mon, Apr 27, 9:24 PM
Subscribers

Details

Summary

Both clang and gcc development branches have reached version 10. Since we
only parse for a single digit in the major version number, this causes
COMPILER_VERSION to be set to its default of 0.0.0, meaning version checks
fail for these newer compilers.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26095
Build 24627: arc lint + arc unit