Displaying 1 result from an estimated 1 matches for "sparc_v9".
Did you mean:
sparc_
2006 Apr 04
0
[patch] statfs64 sparc_v9 fix
It seems that klibc uses __sparc64__ to determine if it's compiled in 64
bit mode on sparc, gcc doesn't define __sparc64__
use __sparc_v9__ instead as proposed by Kyle McMartin <kyle@parisc-linux.org>,
based on a patch by Sjoerd Simons <sjoerd@spring.luon.net>
Signed-off-by: maximilian attems <maks@sternwelten.at>
---
resend
--- klibc-1.2.2.orig/include/sys/vfs.h 2006-02-15 18:32:10.000000000 +0100
+++ klibc-1.2....