diff options
author | Clemens Fruhwirth <clemens@endorphin.org> | 2007-06-27 09:08:19 +0000 |
---|---|---|
committer | Clemens Fruhwirth <clemens@endorphin.org> | 2007-06-27 09:08:19 +0000 |
commit | 36767013af1bc178b2480ae99041b9bdabaebe86 (patch) | |
tree | 848ab367bc3c3e838f1b43fc1d06583717a7f719 /compiler/codeGen/Bitmap.hs | |
parent | b562cbe381d54e08dcafa11339e9a82e781ad557 (diff) | |
download | haskell-36767013af1bc178b2480ae99041b9bdabaebe86.tar.gz |
Generalize linkDynLib for ELF platforms
To create a dynamic shared object (DSO) on ELF platforms, we invoke
"gcc -shared". This in turn invokes ld. We supply -Bsymbolic to the
linker, as "ld -Bsymbolic -shared -o <lib> <objs>" resolves all
references from <objs> to <objs> at library creation time.
See http://hackage.haskell.org/trac/ghc/wiki/Commentary/PositionIndependentCode
Diffstat (limited to 'compiler/codeGen/Bitmap.hs')
0 files changed, 0 insertions, 0 deletions