projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b1b1d
)
[PATCH] x86-64: Drop -traditional for arch/x86_64/boot
author
Andi Kleen
<ak@suse.de>
Wed, 2 May 2007 17:27:20 +0000
(19:27 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:20 +0000
(19:27 +0200)
Follows i386 and useful cleanup.
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/boot/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86_64/boot/Makefile
b/arch/x86_64/boot/Makefile
index
deb063e
..
ee6f650
100644
(file)
--- a/
arch/x86_64/boot/Makefile
+++ b/
arch/x86_64/boot/Makefile
@@
-36,7
+36,7
@@
subdir- := compressed/ #Let make clean descend in compressed/
# ---------------------------------------------------------------------------
$(obj)/bzImage: IMAGE_OFFSET := 0x100000
-$(obj)/bzImage: EXTRA_AFLAGS :=
-traditional
$(SVGA_MODE) $(RAMDISK) -D__BIG_KERNEL__
+$(obj)/bzImage: EXTRA_AFLAGS := $(SVGA_MODE) $(RAMDISK) -D__BIG_KERNEL__
$(obj)/bzImage: BUILDFLAGS := -b
quiet_cmd_image = BUILD $@