1.0.4.23: sb-grovel x86-64/darwin fix
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Wed, 4 Apr 2007 23:52:11 +0000 (23:52 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Wed, 4 Apr 2007 23:52:11 +0000 (23:52 +0000)
commit9b6bef920da10d33e6fcd43c1bc06cf528f4f507
tree69c0655473ccf8567f6df62c12e73f705f2dabef
parent08e9f76dffbb455dcbeb42009209493874cd0830
1.0.4.23: sb-grovel x86-64/darwin fix
 * sb-grovel was compiling the C file in 32-bit mode (the default) on
   darwin even when being run from in x86-64 mode. add "-arch"
   "x86_64" to args to CC.
 * remove darwin sepecific version of the stat structure. Turns out
   the original stat struct was really ok but that we were getting
   thrown off by the wrong types coming back from sb-grovel.
contrib/sb-grovel/def-to-lisp.lisp
contrib/sb-posix/constants.lisp
version.lisp-expr