darcs patch: Fixing link failure of compiler on ia64 ('-Wl,'
prefix...
Sergei Trofimovich
slyich at gmail.com
Sun Jul 11 08:21:44 EDT 2010
1 patch for repository http://darcs.haskell.org/ghc:
Thu Jul 8 21:09:43 EEST 2010 Sergei Trofimovich <slyfox at community.haskell.org>
* Fixing link failure of compiler on ia64 ('-Wl,' prefixed value passed directly to ld)
/usr/bin/ld -Wl,--relax -r -o dist-stage1/build/HSghc-6.10.4.o \
dist-stage1/build/BasicTypes.o dist-stage1/build/DataCon.o ...
/usr/bin/ld: unrecognized option '-Wl,--relax'
If we just drop '-Wl,' part it will not help as '-r' and '--relax' are incompatible.
Looks like '-Wl,--relax' was skipped by earlier binutils' ld as unknown option.
Removing ia64 specific path.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 83967 bytes
Desc: A darcs patch for your repository!
Url : http://www.haskell.org/pipermail/cvs-ghc/attachments/20100711/7a56df6c/attachment-0001.bin
More information about the Cvs-ghc
mailing list