diff options
-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 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 |