From a24ca25e684a1ae8edbb79e852ee14ee74c213bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 12 Jun 2015 23:02:59 +0200 Subject: [PATCH] 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. --- build/jam/ArchitectureRules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/jam/ArchitectureRules b/build/jam/ArchitectureRules index 81d137a761..fe3f7630a0 100644 --- a/build/jam/ArchitectureRules +++ b/build/jam/ArchitectureRules @@ -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