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 moxie-uclinux support


This patch adds the configury we need to generate a moxie-uclinux toolchain.  I'm checking this in.

AG


In bfd...

2009-07-31  Anthony Green  <green@moxielogic.com>

	* config.bfd (targ_cpu): Add moxie-uclinux support.

Index: bfd/config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.252
diff -u -r1.252 config.bfd
--- bfd/config.bfd	25 Jul 2009 14:58:52 -0000	1.252
+++ bfd/config.bfd	31 Jul 2009 11:17:25 -0000
@@ -418,7 +418,7 @@
     targ_selvecs=bfd_elf32_frv_vec
     ;;
 
-  moxie-*-elf)
+  moxie-*-elf | moxie-*-uclinux)
     targ_defvec=bfd_elf32_moxie_vec
     ;;
 

And in gas...

2009-07-31  Anthony Green  <green@moxielogic.com>

	* configure.tgt (generic_target): Add moxie-uclinux support.

Index: gas/configure.tgt
===================================================================
RCS file: /cvs/src/src/gas/configure.tgt,v
retrieving revision 1.50
diff -u -r1.50 configure.tgt
--- gas/configure.tgt	2 Jul 2009 08:09:35 -0000	1.50
+++ gas/configure.tgt	31 Jul 2009 11:17:27 -0000
@@ -149,7 +149,8 @@
   frv-*-*linux*)			fmt=elf em=linux;;
   frv-*-*)				fmt=elf ;;
 
-  moxie-*-*)                             fmt=elf ;;
+  moxie-*-uclinux)                      fmt=elf em=linux;;
+  moxie-*-*)                            fmt=elf ;;
 
   hppa-*-linux*)
     case ${cpu} in



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