X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fshared.lisp;h=95f125ac1bb4260aa34ac98891455c6615518f4d;hb=35b5e97163c45e89659dbd75c91d653b49c758d3;hp=86dcd58a93883e8f49719399beea0cdebd183f0c;hpb=670010e3f3dcd62efaf23f61abdc73950edb88c6;p=sbcl.git diff --git a/src/cold/shared.lisp b/src/cold/shared.lisp index 86dcd58..95f125a 100644 --- a/src/cold/shared.lisp +++ b/src/cold/shared.lisp @@ -46,7 +46,8 @@ ;; that we never explicitly refer to host object file suffixes, ;; only to the result of CL:COMPILE-FILE-PATHNAME. #+lispworks ".ufsl" ; as per Lieven Marchand sbcl-devel 2002-02-01 - #+openmcl ".pfsl" + #+(and openmcl (not darwin)) ".pfsl" + #+(and openmcl darwin) ".dfsl" ;; On most xc hosts, any old extension works, so we use an ;; arbitrary one. ".lisp-obj"))