From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Alexandre Oliva Cc: binutils@sourceware.cygnus.com, gdb-patches@sourceware.cygnus.com, newlib@sourceware.cygnus.com Subject: Re: Configure libiberty after newlib Date: Wed, 17 May 2000 16:28:00 -0000 Message-id: <39232AE2.4535469B@cygnus.com> References: X-SW-Source: 2000-05/msg00280.html Alexandre Oliva wrote: > > On May 16, 2000, Alexandre Oliva wrote: > > > * Makefile.in (configure-target-libiberty): Depend on > > configure-target-newlib. > > Having got approval from binutils and gdb maintainers (the latter in > private), I'm checking this in. How about release branches? Neither the binutils nor GDB release branches have newlib on them. Andrew >From msnyder@cygnus.com Wed May 17 17:13:00 2000 From: msnyder@cygnus.com To: gdb-patches@sourceware.cygnus.com Subject: [PATCH}: Turn on Multi-Arch for Sparc Solaris. Date: Wed, 17 May 2000 17:13:00 -0000 Message-id: <200005180012.RAA03575@seadog.cygnus.com> X-SW-Source: 2000-05/msg00281.html Content-length: 947 Thru an oversight, I forgot to actually turn this on when I checked in my earlier patch! Hope it gets some genuine field testing now... 2000-05-17 Michael Snyder * config/sparc/tm-sun4sol2.h: Turn on multi-arch. Index: config/sparc/tm-sun4sol2.h =================================================================== RCS file: /cvs/src/src/gdb/config/sparc/tm-sun4sol2.h,v retrieving revision 1.3 diff -p -r1.3 tm-sun4sol2.h *** tm-sun4sol2.h 2000/05/10 20:07:25 1.3 --- tm-sun4sol2.h 2000/05/18 00:11:26 *************** *** 19,25 **** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ! /*#define GDB_MULTI_ARCH 2*/ #include "sparc/tm-sparc.h" #include "tm-sysv4.h" --- 19,25 ---- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ! #define GDB_MULTI_ARCH 2 #include "sparc/tm-sparc.h" #include "tm-sysv4.h" >From law@cygnus.com Wed May 17 17:14:00 2000 From: Jeffrey A Law To: Alexandre Oliva Cc: gcc-patches@gcc.gnu.org, binutils@sourceware.cygnus.com, gdb-patches@sourceware.cygnus.com, newlib@sourceware.cygnus.com Subject: Re: Configure libiberty after newlib Date: Wed, 17 May 2000 17:14:00 -0000 Message-id: <6087.958608311@upchuck> References: X-SW-Source: 2000-05/msg00282.html Content-length: 371 In message < orr9b39eeo.fsf@zecarneiro.lsd.ic.unicamp.br >you write: > --=-=-= > > libiberty's configure looks for header files, and they can only be > found after newlib has been configured. Ok to install? Can you install this into the gcc sources too? No sense in diverging the toplevel Makefile.in any more than is absolutely necessary :-) Thanks, jeff