[th] uClibc @ ppc

2006-05-30 Thread Paweł Sikora
$ cat tmp.c int main() { return 0; } $ ppc-uclibc-gcc tmp.c -v; ./a.out Invoked as ppc-uclibc-gcc arg[ 0] = /usr/bin/ppc-pld-linux-gcc arg[ 1] = -nostdlib arg[ 2] = -Wl,--dynamic-linker,/usr/ppc-linux-uclibc/lib/ld-uClibc.so.0 arg[ 3] =

Re: [th] uClibc @ ppc

2006-05-30 Thread Przemek Iskra
On Tue, May 30, 2006 at 01:59:57PM +0200, Paweł Sikora wrote: GNU ld version 2.17.50.0.1 20060427 Supported emulations: elf32ppclinux elf32ppc elf32ppcsim R_PPC_REL24: Compile shared libraries with -fPIC! ./a.out: symbol '__syscall_error': can't handle reloc type 0xa it looks

Re: SPECS: template.spec - cleanup backups

2006-05-30 Thread Paweł Gołaszewski
On Tue, 30 May 2006, glen wrote: [..] - cleanup backups [...] +# you'll need this if you cp -a complete dir in source +# cleanup backups after patching +find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f Maybe it should be made in every spec? some default rpm-macro?

Re: SPECS: template.spec - cleanup backups

2006-05-30 Thread Elan Ruusamäe
On Tuesday 30 May 2006 22:59, Paweł Gołaszewski wrote: +# you'll need this if you cp -a complete dir in source +# cleanup backups after patching +find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f Maybe it should be made in every spec? some default rpm-macro?

Re: SPECS: template.spec - cleanup backups

2006-05-30 Thread Andrzej Krzysztofowicz
Elan =?utf-8?q?Ruusam=C3=A4e?= wrote: On Tuesday 30 May 2006 22:59, Paweł Gołaszewski wrote: +# you'll need this if you cp -a complete dir in source +# cleanup backups after patching +find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f Maybe it should