On Tue, 11 Apr 2006, Falk Hueffner wrote:

> klibc fails to build on alpha:
> [...]
> SYSCALL FOUND: getrlimit
> SYSCALL FOUND: tkill
> klibc/syscalls/SYSCALLS.i:187: Undefined system call: sigprocmask
>   ld -r     -o klibc/syscalls/syscalls.o
> ld: no input files
> make[4]: *** [klibc/syscalls/syscalls.o] Error 1
> make[3]: *** [klibc/syscalls] Error 2
> make[2]: *** [all] Error 2
> make[1]: *** [klibc] Error 2
> make[1]: Leaving directory `/tmp/buildd/klibc-1.3.3'

could you try if the following patch helps?
afair alpha has the rt syscalls

-- 
maks


diff --git a/include/arch/alpha/klibc/archconfig.h 
b/include/arch/alpha/klibc/archconfig.h
index 773ea62..2878f84 100644
--- a/include/arch/alpha/klibc/archconfig.h
+++ b/include/arch/alpha/klibc/archconfig.h
@@ -9,6 +9,6 @@
 #ifndef _KLIBC_ARCHCONFIG_H
 #define _KLIBC_ARCHCONFIG_H
 
-/* All defaults */
+#define _KLIBC_USE_RT_SIG 1
 
 #endif /* _KLIBC_ARCHCONFIG_H */


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to