mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[PATCH] x86-64: Drop -traditional for arch/x86_64/boot
Follows i386 and useful cleanup. Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
parent
72b1b1d013
commit
fa0a009109
@ -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 $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user