From: Panu Matilainen Date: Thu, 15 Sep 2011 09:21:21 +0000 (+0300) Subject: Kick out ppc arch detection leftovers X-Git-Tag: tznext/4.11.0.1.tizen20130304~888 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa7a08202c5bf399b9da42332af7992e04098fcc;p=tools%2Flibrpm-tizen.git Kick out ppc arch detection leftovers - This should've been in commit 6e2f56fe25a9ee62af51e0408861a8a43c97a709 all the way back then, unused ever since... --- diff --git a/lib/rpmrc.c b/lib/rpmrc.c index fde24ef..cc9a3e6 100644 --- a/lib/rpmrc.c +++ b/lib/rpmrc.c @@ -1,9 +1,6 @@ #include "system.h" #include -#if defined(__linux__) && defined(__powerpc__) -#include -#endif #if HAVE_SYS_UTSNAME_H #include @@ -900,15 +897,6 @@ static int is_geode() } #endif -#if defined(__linux__) && defined(__powerpc__) -static jmp_buf mfspr_jmpbuf; - -static void mfspr_ill(int notused) -{ - longjmp(mfspr_jmpbuf, -1); -} -#endif - /** */ static void defaultMachine(const char ** arch,