configure-add-darwin-52-support-as-14-since-no-change-otherwise-20020128

it was previously agreed that we wouldn't add gratuitous new sysnames unless things
(not just what the vendor calls the operating system) changed. precedent is
sun4m_412 still being "current" for sun4m_413, etc.
This commit is contained in:
Derrick Brashear 2002-01-28 21:32:20 +00:00
parent 62bc57574a
commit b01f9b7673

View File

@ -237,7 +237,10 @@ else
AFS_SYSNAME="ppc_darwin_14"
;;
powerpc-apple-darwin5.1*)
AFS_SYSNAME="ppc_darwin_51"
AFS_SYSNAME="ppc_darwin_14"
;;
powerpc-apple-darwin5.2*)
AFS_SYSNAME="ppc_darwin_14"
;;
sparc-sun-solaris2.5*)
AFS_SYSNAME="sun4x_55"