make PPC/Linux buildable on ppc64 hosts
[sbcl.git] / contrib / sb-grovel / def-to-lisp.lisp
index 7aca291..e8bcc3d 100644 (file)
@@ -205,7 +205,7 @@ code:
                       '("-D_LARGEFILE_SOURCE"
                         "-D_LARGEFILE64_SOURCE"
                         "-D_FILE_OFFSET_BITS=64")
-                      #+(and x86 linux) '("-m32")
+                      #+(and (or x86 ppc) linux) '("-m32")
                       #+(and x86-64 darwin inode64)
                       '("-arch" "x86_64"
                         "-mmacosx-version-min=10.5"