From b7120bb88deeeeeced1496848eb0a7892d19d8c1 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Tue, 10 Feb 2015 10:14:56 +0300 Subject: [PATCH] openrisc: barebox.lds.S: fix BFD format names Here is Franck Jullien's comment (see http://lists.infradead.org/pipermail/barebox/2015-February/022259.html): > Until now, the official openrisc toolchain was called or32. > However, the new one (and maintained one) is called or1k. So we need > to change "elf32-or32" to "elf32-or1k" in barebox.lds.S. Signed-off-by: Antony Pavlov Cc: Franck Jullien Signed-off-by: Sascha Hauer --- arch/openrisc/cpu/barebox.lds.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/openrisc/cpu/barebox.lds.S b/arch/openrisc/cpu/barebox.lds.S index dbecdbfbf..9c353f30f 100644 --- a/arch/openrisc/cpu/barebox.lds.S +++ b/arch/openrisc/cpu/barebox.lds.S @@ -16,7 +16,7 @@ #include #include -OUTPUT_FORMAT("elf32-or32", "elf32-or32", "elf32-or32") +OUTPUT_FORMAT("elf32-or1k", "elf32-or1k", "elf32-or1k") __DYNAMIC = 0; MEMORY