cvs commit: fptools configure.in fptools/ghc/rts Linker.c Makefile rts.conf.in fptools/hslibs/posix DL.hs DLPrim.hsc posix.conf.in fptools/hslibs/posix/cbits HsPosix.h fptools/mk config.h.in config.mk.in
[email protected] Sat, 12 Oct 2002 19:13:01 -0400 (EDT)
| Newsgroups | gmane.comp.lang.haskell.cvs.hslibs |
|---|---|
| Message-ID | <[email protected]> |
wolfgang 2002/10/12 16:12:12 PDT Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-hslibs>, <mailto:[email protected]?subject=subscribe> List-Id: fptools/hslibs CVS commit messages <cvs-hslibs.haskell.org> List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-hslibs>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://www.haskell.org/pipermail/cvs-hslibs/> Date: Sat, 12 Oct 2002 16:12:13 -0700 Modified files: . configure.in ghc/rts Linker.c Makefile rts.conf.in hslibs/posix DL.hs DLPrim.hsc posix.conf.in hslibs/posix/cbits HsPosix.h mk config.h.in config.mk.in Log: Make the Mac OS X build use the HaskellSupport.framework (a MacOS-style "framework" that includes the required libraries libgmp and dlcompat) if it is present. The HaskellSupport.framework is not yet in CVS, but is available from me. Revision Changes Path 1.174 +113 -79 fptools/configure.in 1.105 +10 -8 fptools/ghc/rts/Linker.c 1.77 +2 -0 fptools/ghc/rts/Makefile 1.9 +11 -2 fptools/ghc/rts/rts.conf.in 1.3 +1 -1 fptools/hslibs/posix/DL.hs 1.6 +4 -0 fptools/hslibs/posix/DLPrim.hsc 1.4 +2 -0 fptools/hslibs/posix/posix.conf.in 1.6 +7 -1 fptools/hslibs/posix/cbits/HsPosix.h 1.60 +2 -0 fptools/mk/config.h.in 1.217 +5 -0 fptools/mk/config.mk.in