Module Name: krb5 Committed By: raeburn Date: Fri Dec 17 23:58:48 UTC 2004 Modified Files: krb5/src/config/ChangeLog krb5/src/config/shlib.conf Added Files: Removed Files: Log Message ticket: new subject: can't build shared libraries on sparc64-netbsd target_version: 1.4 tags: pullup Current trunk code fails to build shared libraries on sparc64-netbsd because the generated relocations with -fpic don't have the range necessary. In general, any platform with sparc support that we want to build for should use -fPIC instead of -fpic, with gcc. (I haven't checked whether openbsd or freebsd support sparc these days; I think they're the only ones in our shlib.conf that we might care about.) * shlib.conf (*-*-netbsd*): Use -fPIC instead of -fpic, which won't work on sparc64 at least. To generate a diff of this commit: cvs diff -r5.231 -r5.232 krb5/src/config/ChangeLog cvs diff -r5.34 -r5.35 krb5/src/config/shlib.conf