l4-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: missing file


From: Matthieu Lemerre
Subject: Re: missing file
Date: Sat, 21 May 2005 15:34:29 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Maurizio Boriani <address@hidden> writes:

> Hi,
>         missing libl4/powerpc/l4/bits/arch.h in hurd-l4 cvs...
>
> last './confgiure' output lines:
>
> config.status: linking ./libl4/powerpc/l4/bits/misc.h to 
> include/l4/bits/misc.h
> config.status: linking ./libl4/powerpc/l4/bits/arch.h to 
> include/l4/bits/arch.h
> config.status: error: ./libl4/powerpc/l4/bits/arch.h: file not found
>
> thanks,
> baux

Hi,

This patch should correct the problem. 

2005-05-21  Matthieu Lemerre <address@hidden>

        * powerpc/Makefile.am (nobase_include_HEADERS): Add l4/bits/arch.h,
        l4/bits/compat/arch.h, l4/bits/compat.h. Replaced one
        l4/bits/compat/space.h with l4/bits/gnu/space.h
        * powerpc/l4/bits/arch.h, powerpc/l4/bits/compat/arch.h,
        powerpc/l4/bits/gnu/arch.h: New file.


Apply this patch:

Attachment: patch
Description: Binary data


This is powerpc/l4/bits/arch.h

/* l4/bits/arch.h - L4 architecture definitions for ia32.
   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
   Written by Marcus Brinkmann <address@hidden>.

   This file is part of the GNU L4 library.
 
   The GNU L4 library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public License
   as published by the Free Software Foundation; either version 2.1 of
   the License, or (at your option) any later version.
 
   The GNU L4 library is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public
   License along with the GNU L4 library; if not, write to the Free
   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.  */

#ifndef _L4_ARCH_H
# error "Never use <l4/bits/arch.h> directly; include <l4/arch.h> instead."
#endif

#include <l4/syscall.h>


/* Now incorporate the public interfaces the user has selected.  */
#ifdef _L4_INTERFACE_L4
#include <l4/bits/compat/arch.h>
#endif
#ifdef _L4_INTERFACE_GNU
#include <l4/bits/gnu/arch.h>
#endif

This is powerpc/l4/bits/compat/arch.h

/* l4/bits/compat/arch.h - L4 architecture features for ia32.
   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
   Written by Marcus Brinkmann <address@hidden>.

   This file is part of the GNU L4 library.
 
   The GNU L4 library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public License
   as published by the Free Software Foundation; either version 2.1 of
   the License, or (at your option) any later version.
 
   The GNU L4 library is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public
   License along with the GNU L4 library; if not, write to the Free
   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.  */

#ifndef _L4_ARCH_H
# error "Never use <l4/bits/compat/arch.h> directly; include <l4/arch.h> 
instead."
#endif

This is powerpc/l4/bits/gnu/arch.h


/* l4/bits/gnu/arch.h - GNU L4 architecture features for ia32.
   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
   Written by Marcus Brinkmann <address@hidden>.

   This file is part of the GNU L4 library.
 
   The GNU L4 library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public License
   as published by the Free Software Foundation; either version 2.1 of
   the License, or (at your option) any later version.
 
   The GNU L4 library is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU Lesser General Public License for more details.
 
   You should have received a copy of the GNU Lesser General Public
   License along with the GNU L4 library; if not, write to the Free
   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.  */

#ifndef _L4_ARCH_H
# error "Never use <l4/bits/gnu/arch.h> directly; include <l4/arch.h> instead."
#endif



Thanks,

Matthieu

reply via email to

[Prev in Thread] Current Thread [Next in Thread]