From 59c1c82e96c1438e04705ca005754d23b8d708bc Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 25 Apr 2008 18:01:17 +0900 Subject: [PATCH] --- yaml --- r: 96279 b: refs/heads/master c: 8cd9612e9b56222cf8d851153df7060de2b36273 h: refs/heads/master i: 96277: e309f5411f769c8a22ee70add69128f5383facda 96275: 1cb32e23e39c4a8d136906d2e879d4e41204adce 96271: 95cdc14dbc16205566743490058e2efd2908a3f9 v: v3 --- [refs] | 2 +- trunk/arch/sh/boot/compressed/Makefile_32 | 1 - trunk/arch/sh/boot/compressed/Makefile_64 | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1037ce95a26d..371d4ccd654f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0305794c7a86f1b25281fb9109b76fc4578f6038 +refs/heads/master: 8cd9612e9b56222cf8d851153df7060de2b36273 diff --git a/trunk/arch/sh/boot/compressed/Makefile_32 b/trunk/arch/sh/boot/compressed/Makefile_32 index 6ac8d4a4ed1d..c0d25fb1aa60 100644 --- a/trunk/arch/sh/boot/compressed/Makefile_32 +++ b/trunk/arch/sh/boot/compressed/Makefile_32 @@ -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 diff --git a/trunk/arch/sh/boot/compressed/Makefile_64 b/trunk/arch/sh/boot/compressed/Makefile_64 index 4334f2b86d8f..912f3e205a0d 100644 --- a/trunk/arch/sh/boot/compressed/Makefile_64 +++ b/trunk/arch/sh/boot/compressed/Makefile_64 @@ -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