1.0.26.13: OpenBSD x86-64 support
[sbcl.git] / tests / foreign-stack-alignment.impure.lisp
index 128d21f..4bc683c 100644 (file)
@@ -55,7 +55,7 @@
 ;;;; Build the tool again, this time as a shared object, and load it
 
 (run "cc" "stack-alignment-offset.c"
-     #+(and (or linux freebsd) (or x86-64 ppc mips)) "-fPIC"
+     #+(and (not darwin) (or x86-64 ppc mips)) "-fPIC"
      #+(and x86-64 darwin) "-arch" #+(and x86-64 darwin) "x86_64"
      #+darwin "-bundle" #-darwin "-shared"
      "-o" "stack-alignment-offset.so")