Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231641
b: refs/heads/master
c: 8a362cd
h: refs/heads/master
i:
  231639: 032758e
v: v3
  • Loading branch information
matt mooney authored and Matt Turner committed Jan 17, 2011
1 parent 202b698 commit 170f25b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d209c8110ecd49db46da786437485e8ef67f414
refs/heads/master: 8a362cd6d60e2ae3b704df1b3f08db58a3924339
4 changes: 2 additions & 2 deletions trunk/arch/alpha/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#

extra-y := head.o vmlinux.lds
EXTRA_AFLAGS := $(KBUILD_CFLAGS)
EXTRA_CFLAGS := -Werror -Wno-sign-compare
asflags-y := $(KBUILD_CFLAGS)
ccflags-y := -Werror -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 \
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/alpha/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Makefile for alpha-specific library files..
#

EXTRA_AFLAGS := $(KBUILD_CFLAGS)
EXTRA_CFLAGS := -Werror
asflags-y := $(KBUILD_CFLAGS)
ccflags-y := -Werror

# Many of these routines have implementations tuned for ev6.
# Choose them iff we're targeting ev6 specifically.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/alpha/math-emu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the FPU instruction emulation.
#

EXTRA_CFLAGS := -w
ccflags-y := -w

obj-$(CONFIG_MATHEMU) += math-emu.o

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/alpha/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the linux alpha-specific parts of the memory manager.
#

EXTRA_CFLAGS := -Werror
ccflags-y := -Werror

obj-y := init.o fault.o extable.o

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/alpha/oprofile/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EXTRA_CFLAGS := -Werror -Wno-sign-compare
ccflags-y := -Werror -Wno-sign-compare

obj-$(CONFIG_OPROFILE) += oprofile.o

Expand Down

0 comments on commit 170f25b

Please sign in to comment.