diff options
author | Richard Henderson <rth@twiddle.net> | 2011-04-17 13:05:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-04-17 14:41:30 -0700 |
commit | 90fd30c914ec71eb8dc91259bf720b3641672696 (patch) | |
tree | 8e2adad9236636e5ec06670b98eba3cafb25204c | |
parent | fff3e5ade4455a4b42a19c95dd7a167a3cb7956a (diff) | |
download | op-kernel-dev-90fd30c914ec71eb8dc91259bf720b3641672696.zip op-kernel-dev-90fd30c914ec71eb8dc91259bf720b3641672696.tar.gz |
alpha: Don't force -Werror.
There are outstanding gcc 4.6 warnings that need to be cleaned up
in the subdirectory. No sense forcing the issue immediately.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/alpha/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/Makefile b/arch/alpha/kernel/Makefile index 9bb7b858..7a6d908 100644 --- a/arch/alpha/kernel/Makefile +++ b/arch/alpha/kernel/Makefile @@ -4,7 +4,7 @@ extra-y := head.o vmlinux.lds asflags-y := $(KBUILD_CFLAGS) -ccflags-y := -Werror -Wno-sign-compare +ccflags-y := -Wno-sign-compare obj-y := entry.o traps.o process.o init_task.o osf_sys.o irq.o \ irq_alpha.o signal.o setup.o ptrace.o time.o \ |