mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
Recognize MacOS X 10.2.2 as ppc_darwin_60. It's compatible.
This commit is contained in:
parent
735afe1a61
commit
da4ee765f9
@ -348,6 +348,9 @@ else
|
||||
powerpc-apple-darwin6.1*)
|
||||
AFS_SYSNAME="ppc_darwin_60"
|
||||
;;
|
||||
powerpc-apple-darwin6.2*)
|
||||
AFS_SYSNAME="ppc_darwin_60"
|
||||
;;
|
||||
sparc-sun-solaris2.5*)
|
||||
AFS_SYSNAME="sun4x_55"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user