This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

Re: [PATCH] add m68k-uclinux-* target


On Sun, Dec 21, 2003 at 04:36:37AM +0100, Bernardo Innocenti wrote:
> Hello,
> 
> these binutils/GDB patches add the required bits to enable
> the m68k-*-uclinux-* target.
> 
> For years, the uClinux toolchain has been based on m68k-elf
> with rogue patches.  In 3.4, uClinux support has been merged
> into GDB and binutils and the target triplet changed to
> m68k-unknown-uclinux-uclibc.
> 
> So far, the only toolchain component that needs to handle
> uClinux differently from m68k-elf is GCC, so these bits
> are not strictly required except for consistency. These
> additions are definitely required (but not sufficient)
> to build the toolchain in a combined tree.
> 
> I have no CVS write access to the src repository, so
> please commit these patches for me  (the diffs don't
> include the regenerated configure scripts).

> 2003-21-12  Bernardo Innocenti  <bernie@develer.com>
> 
> 	* configure.tgt: Add uClinux target.
> 	* configure: Regenerate.

Applied something similar:
  - The list is alphabetically sorted
  - configure does not need to be regenerated.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2004-01-02  Daniel Jacobowitz  <drow@mvista.com>

	From Bernardo Innocenti <bernie@develer.com>:
	* configure.tgt: Add uClinux target.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.122
diff -u -p -r1.122 configure.tgt
--- configure.tgt	1 Dec 2003 21:10:46 -0000	1.122
+++ configure.tgt	2 Jan 2004 17:42:09 -0000
@@ -129,6 +129,7 @@ m68*-*-os68k*)		gdb_target=os68k ;;
 # OBSOLETE m68*-*-sunos3*)		gdb_target=sun3os3 ;;
 # OBSOLETE m68*-*-sunos4*)		gdb_target=sun3os4 ;;
 # OBSOLETE m68*-*-sysv4*)		gdb_target=m68kv4 ;;
+m68*-*-uclinux*)	gdb_target=monitor ;;
 m68*-*-vxworks*)	gdb_target=vxworks68 ;;
 
 mcore*-*-*)		gdb_target=mcore ;;


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