[cmucl/cmucl][rtoy-unix-core] Compile the appropriate unix contrib file.
![](https://secure.gravatar.com/avatar/cc13150cabd87c26f35cb4b0ea78d66d.jpg?s=120&d=mm&r=g)
Raymond Toy pushed to branch rtoy-unix-core at cmucl / cmucl Commits: 19997c21 by Raymond Toy at 2015-05-06T22:03:22Z Compile the appropriate unix contrib file. - - - - - 1 changed file: - bin/build.sh Changes: ===================================== bin/build.sh ===================================== --- a/bin/build.sh +++ b/bin/build.sh @@ -262,7 +262,8 @@ $TARGET/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || exit 3 (compile-file "modules:defsystem/defsystem") (intl::install) (ext:without-package-locks - (compile-file "modules:unix/unix")) + (compile-file #-linux "modules:unix/unix" + #+linux "modules:unix/unix-glibc2")) EOF View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/19997c21a9184f9321899e4f4d...
participants (1)
-
Raymond Toy