If you try to reproduce, the Makefile in that commit has a bug that prevents cross-compiling powerpc or ia64:
CC = $(CROSS_COMPILE)gcc # # gcc-4.2 won't build powerpc64-smp or ia64. # ifneq (,$(findstring $(ARCH), powerpc ia64)) CC = gcc-4.1 endif I just deleted the second part of that. -- ppu-gcc error while cross-compiling kernel on x86 https://bugs.launchpad.net/bugs/229834 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs