Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
d7ad55c5
by Raymond Toy at 2024-05-29T13:59:49+00:00
-
f25af05f
by Raymond Toy at 2024-05-29T13:59:56+00:00
2 changed files:
Changes:
... | ... | @@ -83,7 +83,7 @@ case $uname_s in |
83 | 83 | hp700*) motif_variant=hpux_cc ;;
|
84 | 84 | pmax_mach) motif_variant=pmax_mach ;;
|
85 | 85 | sgi*) motif_variant=irix ;;
|
86 | - x86_linux*|arm_linux|linux*) motif_variant=x86 ;;
|
|
86 | + *linux*) motif_variant=linux ;;
|
|
87 | 87 | esac
|
88 | 88 | }
|
89 | 89 | [ -f src/motif/server/Config.$motif_variant ] || quit "No such motif-variant could be found: Config.$motif_variant"
|