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

See the CrossGCC FAQ for lots more information.


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: glibc-2.4 released (was: Re: never mind: no linuxthreads in glibc-2.4)


On Monday 13 March 2006 13:00, Martin Guy wrote:
> > > > For immediate testing with crosstool < 0.43 you can simply set
> > > > GLIBC_DIR=glibc-2.4
> > > > GLIBC_THREADS_FILENAME=glibc-ports-2.4
> > >
> > > Clever / lucky!
>
> and wrong (sorry folks!) cos you have to "mv glibc-ports-XXXX ports"
> too as I found out when I tried to run it.

if we always move the versioned dir glibc-ports-XXX to just "ports", it 
simplifies patching greatly ... like when you need to update a bug in the 
mips port

for example, glibc-2.4/mips will not build without the attached patch ... so 
you may want to include it in crosstool dan :)
-mike
2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>

	* sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
	i386/fork.c.

Index: sysdeps/unix/sysv/linux/mips/nptl/fork.c
===================================================================
RCS file: /cvs/glibc/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c	28 Mar 2005 09:21:52 -0000	1.1
+++ ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c	11 Mar 2006 16:20:03 -0000	1.2
@@ -1 +1 @@
-#include "../i386/fork.c"
+#include <sysdeps/unix/sysv/linux/i386/fork.c>

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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