You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
444 B
17 lines
444 B
Drop guard for CPU detection, configure won't get this wrong, and this
|
|
check fails on some PPC platforms where these guards aren't set (due to
|
|
different kernel/libc).
|
|
|
|
--- a/src/hwf-ppc.c
|
|
+++ b/src/hwf-ppc.c
|
|
@@ -33,9 +33,6 @@
|
|
#include "g10lib.h"
|
|
#include "hwf-common.h"
|
|
|
|
-#if !defined (__powerpc__) && !defined (__powerpc64__)
|
|
-# error Module build for wrong CPU.
|
|
-#endif
|
|
|
|
|
|
#if defined(HAVE_SYS_AUXV_H) && defined(HAVE_ELF_AUX_INFO) && \
|