id solaris for factor.sh

db4
Doug Coleman 2008-09-16 15:59:07 -05:00
parent ab0fe84ab4
commit ae8af068db
1 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,7 @@ find_os() {
*FreeBSD*) OS=freebsd;; *FreeBSD*) OS=freebsd;;
*OpenBSD*) OS=openbsd;; *OpenBSD*) OS=openbsd;;
*DragonFly*) OS=dragonflybsd;; *DragonFly*) OS=dragonflybsd;;
SunOS) OS=solaris;;
esac esac
} }
@ -186,6 +187,7 @@ find_architecture() {
case $uname_m in case $uname_m in
i386) ARCH=x86;; i386) ARCH=x86;;
i686) ARCH=x86;; i686) ARCH=x86;;
i86pc) ARCH=x86;;
amd64) ARCH=x86;; amd64) ARCH=x86;;
ppc64) ARCH=ppc;; ppc64) ARCH=ppc;;
*86) ARCH=x86;; *86) ARCH=x86;;