Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
de0dc767
by Raymond Toy at 2024-05-27T17:30:26+00:00
-
10a64447
by Raymond Toy at 2024-05-27T17:30:33+00:00
1 changed file:
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 | + x86_linux*|arm_linux|linux*) motif_variant=x86 ;;
|
|
| 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"
|