File: openbsd-features.lisp

package info (click to toggle)
cmucl 21d-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 45,328 kB
  • sloc: lisp: 378,758; ansic: 30,673; asm: 2,977; sh: 1,417; makefile: 357; csh: 31
file content (15 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;; e.g. for OpenBSD on x86 you probably want:
;;(pushnew :x86 *features*)
;;(pushnew :openbsd *features*)
;;(pushnew :bsd *features*)

;; Select conservative GC:
;;(pushnew @@gcname@@ *features*)
;; This X86 port supports multiprocessing
;;(pushnew :mp *features*)

;; CPU selection:
;; i486 gives you faster locking
;;(pushnew :i486 *features*)
;; Pentium gives you CPU cyclecounts in time
;;(pushnew :pentium *features*)