PPC: disable -Werror for now
At least for the Sam port there are still things to fix in U-Boot code, and some #warnings as well.
This commit is contained in:
@@ -447,6 +447,9 @@ rule ArchitectureSetupWarnings architecture
|
|||||||
case m68k :
|
case m68k :
|
||||||
return ;
|
return ;
|
||||||
# we use #warning as placeholders for things to write...
|
# we use #warning as placeholders for things to write...
|
||||||
|
case ppc :
|
||||||
|
return ;
|
||||||
|
# we use #warning as placeholders for things to write...
|
||||||
}
|
}
|
||||||
|
|
||||||
# enable -Werror for certain parts of the source tree
|
# enable -Werror for certain parts of the source tree
|
||||||
|
|||||||
Reference in New Issue
Block a user