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:
parent
962d4f9cd8
commit
a24ca25e68
@ -447,6 +447,9 @@ rule ArchitectureSetupWarnings architecture
|
||||
case m68k :
|
||||
return ;
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user