2015-12-22 12:55:44 +01:00
|
|
|
{
|
|
|
|
"KernelLibs": {
|
|
|
|
"Cflags": [
|
2016-11-25 17:18:40 +01:00
|
|
|
"-DKERNEL",
|
2015-12-22 12:55:44 +01:00
|
|
|
"-c",
|
|
|
|
"-mcmodel=kernel",
|
|
|
|
"-O0",
|
|
|
|
"-fplan9-extensions",
|
|
|
|
"-ffreestanding",
|
2016-11-25 17:18:40 +01:00
|
|
|
"-fstack-protector-all",
|
2015-12-22 12:55:44 +01:00
|
|
|
"-fno-builtin",
|
|
|
|
"-Wall",
|
2017-01-10 01:37:55 +01:00
|
|
|
"-Werror",
|
2015-12-22 12:55:44 +01:00
|
|
|
"-Wno-missing-braces",
|
|
|
|
"-Wno-parentheses",
|
|
|
|
"-Wno-unknown-pragmas",
|
|
|
|
"-Wuninitialized",
|
|
|
|
"-g"
|
|
|
|
],
|
|
|
|
"Oflags": [
|
|
|
|
"-static"
|
|
|
|
],
|
|
|
|
"Post": [
|
|
|
|
"rm *.o"
|
|
|
|
],
|
|
|
|
"Pre": [
|
|
|
|
"rm -f *.o *.tag.*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|