Skip to content
Commit d9df92e2 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: properly pass options to hostcc when doing make O=..



This fix a longstanding bug where proper options was not
passed to hostcc in case of a make O=.. build.
This bug showed up in (not yet merged) klibc, and is not known
to have any counterpart in-kernel.
Fixed by moving the flags macro to Kbuild.include so it can be used
by both Makefile.lib and Makefile.host.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 7d2d8fe0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment