Comment 3 for bug 252652

Revision history for this message
Jeff (jiafu-gao) wrote :

I managed downloaded the package manually. When compiling without any change to the Makefile, I got:
  bin-ppc64/diet gcc -m64 -D__dietlibc__ -pipe -nostdinc -Os -mpowerpc64 -Wall -W -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-switch -Wno-unused -Wredundant-decls -o bin-ppc64/elftrunc contrib/elftrunc.c
make: *** [bin-ppc64/elftrunc] Segmentation fault

However, if I change CROSS= to CROSS=ppu-, the build succeeded.

Could not test now since I am not at home.