summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2004-09-13 17:44:34 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-13 17:44:34 -0700
commit074ae8f2d901a80dca914e0bcb641af24112ec6c (patch)
tree387127f39fa23274388b57a895d13ca5d56417bd
parentc69ebb63aca48b2a5b2242589830b52f4ea85675 (diff)
[PATCH] ppc32: remove -Wno-uninitialized
Remove -Wno-uninitialized on ppc32 too. Ive just found a number of real bugs on ppc64 by doing the same. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--arch/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 7a526160ef20..062acb2e3e86 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -24,7 +24,7 @@ LDFLAGS_vmlinux := -Ttext $(KERNELLOAD) -Bstatic
CPPFLAGS += -Iarch/$(ARCH)
AFLAGS += -Iarch/$(ARCH)
CFLAGS += -Iarch/$(ARCH) -msoft-float -pipe \
- -ffixed-r2 -Wno-uninitialized -mmultiple
+ -ffixed-r2 -mmultiple
CPP = $(CC) -E $(CFLAGS)
CHECKFLAGS += -D__powerpc__=1