Raymond Toy pushed to branch rtoy-unix-core at cmucl / cmucl
Commits:
-
19997c21
by Raymond Toy at 2015-05-06T22:03:22Z
1 changed file:
Changes:
--- 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