1.0.26.18: Solaris x86-64 support
[sbcl.git] / contrib / sb-grovel / def-to-lisp.lisp
index 585a84a..4c6cad4 100644 (file)
@@ -207,6 +207,7 @@ code:
                         "-D_FILE_OFFSET_BITS=64")
                       #+(and x86-64 darwin)
                       '("-arch" "x86_64")
+                      #+(and x86-64 sunos) '("-m64")
                       (list "-o"
                             (namestring tmp-a-dot-out)
                             (namestring tmp-c-source)))