summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:51:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:51:05 +0200
commit39a78d995122d66f846a70f8a49441a28d1c5112 (patch)
tree071569f3ee7b52431bcd76462106d4302706ca3d /arch
parent847934bc960ba1588c87e283118318dfdd78d4c0 (diff)
downloadbarebox-39a78d995122d66f846a70f8a49441a28d1c5112.tar.gz
barebox-39a78d995122d66f846a70f8a49441a28d1c5112.tar.xz
[kbuild] remove -Wall from architecture Makefiles. It's already
in toplevel CFLAGS
Diffstat (limited to 'arch')
-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