projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ded58
)
1.0.3.18: Fix build on FreeBSD/amd64
author
sa2c
<sa2c>
Sat, 3 Mar 2007 07:19:36 +0000
(07:19 +0000)
committer
sa2c
<sa2c>
Sat, 3 Mar 2007 07:19:36 +0000
(07:19 +0000)
src/compiler/x86-64/parms.lisp
patch
|
blob
|
history
version.lisp-expr
patch
|
blob
|
history
diff --git
a/src/compiler/x86-64/parms.lisp
b/src/compiler/x86-64/parms.lisp
index
0c4af9d
..
916a9c0
100644
(file)
--- a/
src/compiler/x86-64/parms.lisp
+++ b/
src/compiler/x86-64/parms.lisp
@@
-97,7
+97,7
@@
;;; would be possible, but probably not worth the time and code bloat
;;; it would cause. -- JES, 2005-12-11
-#!+linux
+#!+(or linux freebsd)
(progn
(def!constant read-only-space-start #x20000000)
(def!constant read-only-space-end #x27ff0000)
diff --git
a/version.lisp-expr
b/version.lisp-expr
index
2467163
..
38784a1
100644
(file)
--- a/
version.lisp-expr
+++ b/
version.lisp-expr
@@
-17,4
+17,4
@@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.3.17"
+"1.0.3.18"