Commit d296741a authored by szfcbr's avatar szfcbr

Revert "OS: detect 32-bit IRIX"

This reverts commit a9ed7835.
parent a9ed7835
......@@ -43,7 +43,7 @@ get_os() {
"Haiku") os="Haiku" ;;
"MINIX") os="MINIX" ;;
"AIX") os="AIX" ;;
"IRIX64" | "IRIX") os="IRIX" ;;
"IRIX64") os="IRIX" ;;
"FreeMiNT") os="FreeMiNT" ;;
*)
printf "%s\n" "Unknown OS detected: '$kernel_name', aborting..." >&2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment