userlandfs: Fix build breakage on GCC2.
This commit is contained in:
parent
400ed5ca50
commit
7d5acf5763
@ -4,7 +4,9 @@ local userlandFSTop = [ FDirName $(HAIKU_TOP) src add-ons kernel
|
||||
file_systems userlandfs ] ;
|
||||
local userlandFSIncludes = [ PrivateHeaders userlandfs ] ;
|
||||
|
||||
SubDirCcFlags -Wno-error=format ;
|
||||
if $(TARGET_PACKAGING_ARCH) != x86_gcc2 {
|
||||
SubDirCcFlags -Wno-error=format ;
|
||||
}
|
||||
|
||||
SubDirSysHdrs [ FDirName $(userlandFSIncludes) ] ;
|
||||
SubDirHdrs [ FDirName $(userlandFSIncludes) private ] ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user