From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29748 invoked by alias); 2 Jan 2004 17:45:15 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29732 invoked from network); 2 Jan 2004 17:45:15 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 2 Jan 2004 17:45:15 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AcTMH-000339-V1; Fri, 02 Jan 2004 12:45:13 -0500 Date: Fri, 02 Jan 2004 17:45:00 -0000 From: Daniel Jacobowitz To: Bernardo Innocenti , gdb-patches@sources.redhat.com Subject: Re: [PATCH] add m68k-uclinux-* target Message-ID: <20040102174513.GA11549@nevyn.them.org> Mail-Followup-To: Bernardo Innocenti , gdb-patches@sources.redhat.com References: <3FE51545.8070101@develer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FE51545.8070101@develer.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-01/txt/msg00028.txt.bz2 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 > > * 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 From Bernardo Innocenti : * 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 ;;