[cmucl/cmucl][rtoy-unix-core] Compile the appropriate unix contrib file.
Raymond Toy
rtoy at common-lisp.net
Thu May 7 05:03:33 UTC 2015
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/19997c21a9184f9321899e4f4d8bafeab4313670
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20150507/8eeb1c97/attachment.html>
More information about the cmucl-cvs
mailing list