OS: detect 32-bit IRIX

This commit is contained in:
szfcbr 2018-01-05 07:07:59 +01:00
parent d296741ac2
commit 1000547569

View file

@ -43,7 +43,7 @@ get_os() {
"Haiku") os="Haiku" ;;
"MINIX") os="MINIX" ;;
"AIX") os="AIX" ;;
"IRIX64") os="IRIX" ;;
"IRIX"*) os="IRIX" ;;
"FreeMiNT") os="FreeMiNT" ;;
*)
printf "%s\n" "Unknown OS detected: '$kernel_name', aborting..." >&2