]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
macos 10.5 doesn't support compiler kext flag openafs-devel-1_5_62
authorDerrick Brashear <shadow@dementia.org>
Fri, 28 Aug 2009 05:01:46 +0000 (01:01 -0400)
committerDerrick Brashear <shadow|account-1000005@unknown>
Fri, 28 Aug 2009 05:03:10 +0000 (22:03 -0700)
-kext was added in later xcodes; it's safer to just assume we don't
have it.

Reviewed-on: http://gerrit.openafs.org/365
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/libafs/MakefileProto.DARWIN.in

index d137bdb3dc36d50e97485a22be78b7174ae05523..3cfaf6d2eb3dfdca68fc71bfc45be397980d59d0 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>