diff options
author | Anthony Green <green@moxielogic.com> | 2014-07-28 05:23:30 +0000 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2014-07-28 05:23:30 +0000 |
commit | ca6a65aa641625c8948d731c6a3b10a8ee9cd684 (patch) | |
tree | bdebfdc18cff0aa71196b1ed1ccf19f63c2e9350 /libgloss | |
parent | 0a0f33e50135e3e106e9e81152a41aa99268970d (diff) | |
download | newlib-ca6a65aa641625c8948d731c6a3b10a8ee9cd684.zip newlib-ca6a65aa641625c8948d731c6a3b10a8ee9cd684.tar.gz newlib-ca6a65aa641625c8948d731c6a3b10a8ee9cd684.tar.bz2 |
Fix typo in previous commit
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/moxie/moxiebox.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/moxie/moxiebox.ld b/libgloss/moxie/moxiebox.ld index 0828e89..1da9d06 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 |