Skip to content

Commit

Permalink
sh: remove -traditional.
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
CC: Sam Ravnborg <sam@ravnborg.org>
CC: linux-sh@vger.kernel.org
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Mathieu Desnoyers authored and Paul Mundt committed May 8, 2008
1 parent 0305794 commit 8cd9612
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/sh/boot/compressed/Makefile_32
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

targets := vmlinux vmlinux.bin vmlinux.bin.gz \
head_32.o misc_32.o piggy.o
EXTRA_AFLAGS := -traditional

OBJECTS = $(obj)/head_32.o $(obj)/misc_32.o

Expand Down
1 change: 0 additions & 1 deletion arch/sh/boot/compressed/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

targets := vmlinux vmlinux.bin vmlinux.bin.gz \
head_64.o misc_64.o cache.o piggy.o
EXTRA_AFLAGS := -traditional

OBJECTS := $(obj)/vmlinux_64.lds $(obj)/head_64.o $(obj)/misc_64.o \
$(obj)/cache.o
Expand Down

0 comments on commit 8cd9612

Please sign in to comment.