]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/kmod/cplus_start.c
xnu-1699.24.23.tar.gz
[apple/xnu.git] / libkern / kmod / cplus_start.c
index 8ae7a0193cb2c04f4c110e49e53e4e54920b7c34..1a2f3b9a025adba019db981f063e325b5881cc67 100644 (file)
     The linkline must look like this.
         *.o -lkmodc++ kmod_info.o -lkmod
  */
-#if __i386__ || __ppc__
+
+/* The following preprocessor test must match exactly with the architectures
+ * that define the CONFIG_STATIC_CPPINIT config option.
+ */
+#if __i386__
+
 #include <mach/mach_types.h>
 #include <libkern/OSKextLib.h>