Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2012-09-14 03:57:33 +0400
committerAnthony Green <green@moxielogic.com>2012-09-14 03:57:33 +0400
commitaf32eb5e28bee21780150617740a5d15abf6cf8b (patch)
tree52d57ed8fc5f607498c3cfad4c860e795513c73e /libgloss/moxie
parentd9eaa4f603493efabaa53fdaf2f2ab70e0c020aa (diff)
bi-endian support for moxie.
Diffstat (limited to 'libgloss/moxie')
-rw-r--r--libgloss/moxie/moxie-elf-common.ld5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgloss/moxie/moxie-elf-common.ld b/libgloss/moxie/moxie-elf-common.ld
index 041e90616..ee1551003 100644
--- a/libgloss/moxie/moxie-elf-common.ld
+++ b/libgloss/moxie/moxie-elf-common.ld
@@ -2,7 +2,7 @@
* The common part of the default linker scripts for standalone
* executables running on a Moxie processor.
*
- * Copyright (C) 2008 Anthony Green
+ * Copyright (C) 2008, 2012 Anthony Green
*
* The authors hereby grant permission to use, copy, modify,
* distribute, and license this software and its documentation for any
@@ -15,7 +15,8 @@
* clearly indicated on the first page of each file where they apply.
*/
-OUTPUT_FORMAT("elf32-moxie")
+OUTPUT_FORMAT("elf32-bigmoxie", "elf32-bigmoxie",
+ "elf32-littlemoxie")
OUTPUT_ARCH(moxie)
ENTRY(_start)
SECTIONS