Page MenuHomeFreeBSD

Allow for local CFLAGS in kernel build
Needs ReviewPublic

Authored by joyul_juniper.net on Oct 24 2024, 6:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 10:17 AM
Unknown Object (File)
Thu, Apr 9, 5:06 PM
Unknown Object (File)
Wed, Apr 8, 11:54 PM
Unknown Object (File)
Tue, Apr 7, 4:04 AM
Unknown Object (File)
Fri, Mar 27, 12:30 AM
Unknown Object (File)
Thu, Mar 26, 4:21 PM
Unknown Object (File)
Mar 11 2026, 10:03 AM
Unknown Object (File)
Mar 6 2026, 3:36 AM
Subscribers
None

Details

Reviewers
imp
markj
Summary

Allow for local CFLAGS in kernel build.
Add CFLAGS_LOCAL to the CFLAGS.

Test Plan

Build pass upstream codebase.
Build internal products and make sure CFLAGS_LOCAL works.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joyul_juniper.net created this revision.

Sorry for the lag... I just noticed a whole category of reviews that I was tagged in, but didn't get notified...

Can you share how this is done, how why it can't be done with the existing CONF_CFLAGS or ARCH_FLAGS?