summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Makefile2
-rw-r--r--arch/blackfin/Makefile2
-rw-r--r--arch/m68k/Makefile2
-rw-r--r--arch/ppc/Makefile2
-rw-r--r--arch/sandbox/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 1459bbf179..6300d637e2 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -1,5 +1,5 @@
-CPPFLAGS += -Wall -pipe -D __ARM__ -fno-strict-aliasing
+CPPFLAGS += -pipe -D __ARM__ -fno-strict-aliasing
machine-$(CONFIG_ARCH_IMX) := imx
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile
index 39ed013a73..fb8be79989 100644
--- a/arch/blackfin/Makefile
+++ b/arch/blackfin/Makefile
@@ -1,5 +1,5 @@
-CPPFLAGS += -Wall -pipe -fno-strict-aliasing
+CPPFLAGS += -pipe -fno-strict-aliasing
board-$(CONFIG_MACH_IPE337) := ipe337
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile
index 9c36535c58..e38f66bebb 100644
--- a/arch/m68k/Makefile
+++ b/arch/m68k/Makefile
@@ -18,7 +18,7 @@
# along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
#
-CPPFLAGS += -Wall -isystem $(gccincdir) -pipe -D __M68K__ \
+CPPFLAGS += -isystem $(gccincdir) -pipe -D __M68K__ \
-fno-strict-aliasing
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 057f8be2ef..12bcdda177 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -1,5 +1,5 @@
-CPPFLAGS += -Wall -ffixed-r14 \
+CPPFLAGS += -ffixed-r14 \
-pipe -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
-fno-strict-aliasing
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 3ac9b1d95e..97f31ed710 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -1,5 +1,5 @@
-CPPFLAGS += -Wall -pipe -fno-strict-aliasing
+CPPFLAGS += -pipe -fno-strict-aliasing
machine-y := sandbox