id solaris for factor.sh
parent
ab0fe84ab4
commit
ae8af068db
|
@ -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;;
|
||||||
|
|
Loading…
Reference in New Issue