summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 7c0a63e6c..02dfccd33 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -17,10 +17,8 @@
#
ifdef CONFIG_CPU_LITTLE_ENDIAN
tool-prefix = mipsel-linux-
-output-format = elf32-littlemips
else
tool-prefix = mips-linux-
-output-format = elf32-bigmips
endif
ifdef CONFIG_CROSSCOMPILE
@@ -249,8 +247,7 @@ endif
vmlinux: arch/$(ARCH)/ld.script
arch/$(ARCH)/ld.script: arch/$(ARCH)/ld.script.in arch/$(ARCH)/Makefile
- sed -e 's/@@OUTPUT_FORMAT@@/$(output-format)/' \
- -e 's/@@LOADADDR@@/$(LOADADDR)/' <$< >$@
+ sed -e 's/@@LOADADDR@@/$(LOADADDR)/' <$< >$@
LINKFLAGS += -T arch/$(ARCH)/ld.script
HEAD := arch/mips/kernel/head.o arch/mips/kernel/init_task.o