summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-07-28 05:23:30 +0000
committerAnthony Green <green@moxielogic.com>2014-07-28 05:23:30 +0000
commitca6a65aa641625c8948d731c6a3b10a8ee9cd684 (patch)
treebdebfdc18cff0aa71196b1ed1ccf19f63c2e9350
parent0a0f33e50135e3e106e9e81152a41aa99268970d (diff)
downloadcygnal-ca6a65aa641625c8948d731c6a3b10a8ee9cd684.tar.gz
cygnal-ca6a65aa641625c8948d731c6a3b10a8ee9cd684.tar.bz2
cygnal-ca6a65aa641625c8948d731c6a3b10a8ee9cd684.zip
Fix typo in previous commit
-rw-r--r--libgloss/moxie/moxiebox.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/moxie/moxiebox.ld b/libgloss/moxie/moxiebox.ld
index 0828e8978..1da9d06f8 100644
--- a/libgloss/moxie/moxiebox.ld
+++ b/libgloss/moxie/moxiebox.ld
@@ -14,7 +14,7 @@
* clearly indicated on the first page of each file where they apply.
*/
-OUTPUT_FORMAT("moxiebox")
+OUTPUT_FORMAT("elf32-littlemoxie")
OUTPUT_ARCH(moxie)
ENTRY(_start)
SECTIONS