--- - branch: MAIN date: Fri Feb 6 06:57:13 UTC 2015 files: - new: '1.16' old: '1.15' path: pkgsrc/lang/ghc7/bootstrap.mk pathrev: pkgsrc/lang/ghc7/bootstrap.mk@1.16 type: modified id: 20150206T065713Z.4b390ccf15583d51142b29f5056bcd3abab6e9be log: | ${MAKE} bootstrap: Build bootkits with -static-libgcc We don't want our bootkits to have a run-time dependency on libgcc. In fact GHC's implementation of Haskell exception handling does not depend on libgcc's facilities so it is attractive to do the same for "normal" build... but we can't. This is because Haskell programs may call C functions via FFI, and those C functions may call C++ functions in turn, possibly in a different shared library. But on some platforms, gcc automagically inserts a dependency on a shared libgcc when -lpthread is given, which is seemingly unavoidable. module: pkgsrc subject: 'CVS commit: pkgsrc/lang/ghc7' unixtime: '1423205833' user: pho