cvs commit: fptools configure.ac fptools/ghc/rts Linker.c Makefile package.conf.in fptools/hslibs/posix DLPrim.hsc fptools/hslibs/posix/cbits HsPosix.h fptools/libraries/unix/include HsUnix.h fptools/mk config.mk.in
Wolfgang Thaller <[email protected]> Mon, 7 Mar 2005 20:45:40 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.hslibs |
|---|---|
| Message-ID | <200503080445.j284jeFV004884__895.085317506705$1110257155$gmane$org@glass.cse.ogi.edu> |
wolfgang 2005/03/07 20:45:40 PST
Modified files:
. configure.ac
ghc/rts Linker.c Makefile package.conf.in
hslibs/posix DLPrim.hsc
hslibs/posix/cbits HsPosix.h
libraries/unix/include HsUnix.h
mk config.mk.in
Log:
Mac OS X:
Kill HaskellSupport.framework.
Instead, look for GMP.framework (a framework-version of libgmp), else look
for a normal -lgmp as usual.
The other part of HaskellSupport.framework, dlcompat, is no longer needed
(as of Mac OS X 10.3, it's included in libSystem).
It's enough to just use the normal configure tests for -ldl.
MERGE TO STABLE
Revision Changes Path
1.111 +87 -106 fptools/configure.ac
1.178 +1 -3 fptools/ghc/rts/Linker.c
1.103 +1 -1 fptools/ghc/rts/Makefile
1.13 +4 -4 fptools/ghc/rts/package.conf.in
1.8 +0 -4 fptools/hslibs/posix/DLPrim.hsc
1.8 +1 -5 fptools/hslibs/posix/cbits/HsPosix.h
1.24 +0 -4 fptools/libraries/unix/include/HsUnix.h
1.278 +4 -4 fptools/mk/config.mk.in