mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
Recognize Mac OS X 10.2.1 as ppc_darwin_60. It's compatible.
(cherry picked from commit b8f10c45be99dbd3eb80005a804b123b8ba7ad21)
This commit is contained in:
parent
fe1d4776cb
commit
5ab8f06487
@ -283,6 +283,9 @@ else
|
||||
powerpc-apple-darwin6.0*)
|
||||
AFS_SYSNAME="ppc_darwin_60"
|
||||
;;
|
||||
powerpc-apple-darwin6.1*)
|
||||
AFS_SYSNAME="ppc_darwin_60"
|
||||
;;
|
||||
sparc-sun-solaris2.5*)
|
||||
AFS_SYSNAME="sun4x_55"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user