This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add nios2-*-rtems* target


2013-02-13  Sebastian Huber  <sebastian.huber@embedded-brains.de>

	* configure.tgt: Add nios2-*-rtems*.
---
 gas/configure.tgt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gas/configure.tgt b/gas/configure.tgt
index 9d498e8..445bab5 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -350,7 +350,8 @@ case ${generic_target} in
 
   msp430-*-*)				fmt=elf ;;
 
-  nios2*-linux*)                        fmt=elf em=linux ;;
+  nios2-*-rtems*)			fmt=elf ;;
+  nios2*-linux*)			fmt=elf em=linux ;;
 
   ns32k-pc532-mach*)			fmt=aout em=pc532mach ;;
   ns32k-pc532-ux*)			fmt=aout em=pc532mach ;;
-- 
1.7.7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]