[commit: ghc] master: Fix rts/packages.conf.in ld-options for clang. (991f285)
Austin Seipp
mad.one at gmail.com
Wed Jun 19 06:38:53 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/991f285e681e8541632502d05d8a46de2d44b7bd
>---------------------------------------------------------------
commit 991f285e681e8541632502d05d8a46de2d44b7bd
Author: Austin Seipp <aseipp at pobox.com>
Date: Tue Jun 18 22:21:42 2013 -0500
Fix rts/packages.conf.in ld-options for clang.
Technically, '-u' is an ld option, not a compiler option,
and clang considers this argument unused. Hence, we must
explicitly forward this to the linker.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
rts/package.conf.in | 156 ++++++++++++++++++++++++++--------------------------
1 file changed, 78 insertions(+), 78 deletions(-)
Diff suppressed because of size. To see it, use:
git show 991f285e681e8541632502d05d8a46de2d44b7bd
More information about the ghc-commits
mailing list