diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-10 21:01:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-10 21:01:25 +0000 |
commit | 3cffdc0053293314572890f9224e306388f2b95b (patch) | |
tree | 52d668be8b46621dec08f529d5bf41288bb09110 /arch/mips/ld.script.in | |
parent | 117e30e741cd28e08528240304772c417db10792 (diff) |
Make the kernel build with the recent binutils changes.
Diffstat (limited to 'arch/mips/ld.script.in')
-rw-r--r-- | arch/mips/ld.script.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/ld.script.in b/arch/mips/ld.script.in index ca3532669..b8cbfd6e6 100644 --- a/arch/mips/ld.script.in +++ b/arch/mips/ld.script.in @@ -1,4 +1,3 @@ -OUTPUT_FORMAT("@@OUTPUT_FORMAT@@") OUTPUT_ARCH(mips) ENTRY(kernel_entry) SECTIONS |