Message ID | 1312066917.22074.52.camel@i7.infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/um/Makefile-i386 b/arch/um/Makefile-i386 index 302cbe5..75b3309 100644 --- a/arch/um/Makefile-i386 +++ b/arch/um/Makefile-i386 @@ -5,8 +5,8 @@ TOP_ADDR := $(CONFIG_TOP_ADDR) START := 0x8048000 LDFLAGS += -m elf_i386 -ELF_ARCH := $(SUBARCH) -ELF_FORMAT := elf32-$(SUBARCH) +ELF_ARCH := i386 +ELF_FORMAT := elf32-i386 OBJCOPYFLAGS := -O binary -R .note -R .comment -S HEADER_ARCH := x86 CHECKFLAGS += -D__i386__
If we're in Makefile-i386, we know what the target architecture is. Don't try to be cute. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> --- arch/um/Makefile-i386 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)