bootloader & kernel: Build zlib with -Wno-error=missing-prototypes.
Will be needed for some newer zlib versions.
This commit is contained in:
parent
b5eee5ce22
commit
1fca581180
@ -44,6 +44,8 @@ local libFDTSources =
|
||||
fdt_overlay.c
|
||||
;
|
||||
|
||||
SubDirCcFlags -Wno-error=missing-prototypes ;
|
||||
|
||||
local platform ;
|
||||
for platform in [ MultiBootSubDirSetup ] {
|
||||
on $(platform) {
|
||||
|
@ -4,6 +4,8 @@ local zlibSourceDirectory = [ BuildFeatureAttribute zlib : sources : path ] ;
|
||||
UseHeaders $(zlibSourceDirectory) ;
|
||||
UseHeaders $(zlibSourceDirectory) : true ;
|
||||
|
||||
SubDirCcFlags -Wno-error=missing-prototypes ;
|
||||
|
||||
local zlibSources =
|
||||
adler32.c
|
||||
crc32.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user