This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: Continued issues with glibc-2.2.1 and mipsel-linux target...


"Steven J. Hill" <sjhill@cotw.com> writes:

> I am still unable to cross-compile GLIBC for mipsel-linux. I
> reported this error before, but was questioned if I was using
> the latest kernel headers. Yes, I am. I am using the SGI Linux
> kernel which is currently at 2.4.0. Below are the configuration
> lines used for the latest binutils and gcc out of CVS which 
> built with no problems. Also is my configuration line for GLIBC.
> 
> As you can see the same 'kernel_sigset_t' typedef is not being
> found. I decided to do a grep through the entire SGI as well as
> vanilla 2.4.0 kernel tree using the command line:
> 

It's part of glibc:

gromit:/usr/src/cvs/libc:[0]$ grep -r kernel_sigset_t sysdeps/unix/sysv/linux/mips/
sysdeps/unix/sysv/linux/mips/kernel_sigaction.h:} kernel_sigset_t;
sysdeps/unix/sysv/linux/mips/kernel_sigaction.h:        kernel_sigset_t sa_mask;
sysdeps/unix/sysv/linux/mips/sigaction.c:         memcpy (&kact.sa_mask, &act->sa_mask, sizeof (kernel_sigset_t));
sysdeps/unix/sysv/linux/mips/sigaction.c:                              sizeof (kernel_sigset_t));
sysdeps/unix/sysv/linux/mips/sigaction.c:                               sizeof (kernel_sigset_t));

If you don't see it, run a cvs update and check again.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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