About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
robbat2 08/08/13 21:59:05 Added: busybox-1.11.1-ppc-ifile.patch Log: Bug #233927, compile-fix for PPC, tested on my G5. (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64, RepoMan options: --force) Revision Changes Path 1.1 sys-apps/busybox/files/busybox-1.11.1-ppc-ifile.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/files/busybox-1.11.1-ppc-ifile.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/files/busybox-1.11.1-ppc-ifile.patch?rev=1.1&content-type=text/plain Index: busybox-1.11.1-ppc-ifile.patch =================================================================== --- modutils/insmod.c.orig 2008-08-04 12:35:11.000000000 -0400 +++ modutils/insmod.c 2008-08-04 11:16:06.000000000 -0400 @@ -840,7 +840,8 @@ ElfW(RelM) *rel, ElfW(Addr) v) { #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \ - || defined(__sh__) || defined(__s390__) || defined(__x86_64__) + || defined(__sh__) || defined(__s390__) || defined(__x86_64__) \ + || defined(__powerpc__) struct arch_file *ifile = (struct arch_file *) f; #endif enum obj_reloc ret = obj_reloc_ok;
Updated Feb 07, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.