mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
Recognize MacOS X 10.1.5 as ppc_darwin_14. It's compatible.
This commit is contained in:
parent
ddfc17dfd1
commit
3789698e0a
@ -269,6 +269,9 @@ else
|
||||
powerpc-apple-darwin5.4*)
|
||||
AFS_SYSNAME="ppc_darwin_14"
|
||||
;;
|
||||
powerpc-apple-darwin5.5*)
|
||||
AFS_SYSNAME="ppc_darwin_14"
|
||||
;;
|
||||
sparc-sun-solaris2.5*)
|
||||
AFS_SYSNAME="sun4x_55"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user