macos 10.5 doesn't support compiler kext flag
[openafs.git] / src / libafs / MakefileProto.DARWIN.in
index d137bdb..3cfaf6d 100644 (file)
@@ -56,9 +56,9 @@ OBJ_ppc=$(shell echo "${ARCH_ppc}" | grep -q -w yes && echo "$@.ppc")
 OBJ_x86=$(shell echo "${ARCH_x86}" | grep -q -w yes && echo "$@.x86")
 OBJ_amd64=$(shell echo "${ARCH_amd64}" | grep -q -w yes && echo "$@.amd64")
 
-<ppc_darwin_90 x86_darwin_90 x86_darwin_100>
+<x86_darwin_100>
 MODLD=$(CC) -static $(KOPTS_DBUG) -nostdlib $(ARCHFLAGS) -Xlinker -kext
-<all -ppc_darwin_90 -x86_darwin_90 -x86_darwin_100>
+<all -x86_darwin_100>
 MODLD=$(CC) -static $(KOPTS_DBUG) -nostdlib $(ARCHFLAGS)
 <all>