Kick out ppc arch detection leftovers
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 15 Sep 2011 09:21:21 +0000 (12:21 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 15 Sep 2011 09:22:55 +0000 (12:22 +0300)
- This should've been in commit 6e2f56fe25a9ee62af51e0408861a8a43c97a709
  all the way back then, unused ever since...

lib/rpmrc.c

index fde24ef..cc9a3e6 100644 (file)
@@ -1,9 +1,6 @@
 #include "system.h"
 
 #include <stdarg.h>
-#if defined(__linux__) && defined(__powerpc__)
-#include <setjmp.h>
-#endif
 
 #if HAVE_SYS_UTSNAME_H
 #include <sys/utsname.h>
@@ -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,