[Git][cmucl/cmucl][master] 2 commits: Fix #320: Select default Motif variant for x86_linux_clang

Raymond Toy pushed to branch master at cmucl / cmucl Commits: de0dc767 by Raymond Toy at 2024-05-27T17:30:26+00:00 Fix #320: Select default Motif variant for x86_linux_clang - - - - - 10a64447 by Raymond Toy at 2024-05-27T17:30:33+00:00 Merge branch 'issue-320-x86-linux-clang-motif-variant' into 'master' Fix #320: Select default Motif variant for x86_linux_clang Closes #320 See merge request cmucl/cmucl!221 - - - - - 1 changed file: - bin/create-target.sh Changes: ===================================== bin/create-target.sh ===================================== @@ -83,7 +83,7 @@ case $uname_s in hp700*) motif_variant=hpux_cc ;; pmax_mach) motif_variant=pmax_mach ;; sgi*) motif_variant=irix ;; - x86_linux|arm_linux|linux*) motif_variant=x86 ;; + x86_linux*|arm_linux|linux*) motif_variant=x86 ;; esac } [ -f src/motif/server/Config.$motif_variant ] || quit "No such motif-variant could be found: Config.$motif_variant" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/11c53c2533bbbf7823ffda4... -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/11c53c2533bbbf7823ffda4... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)