diff options
author | Eliot Horowitz <eliot@10gen.com> | 2012-01-30 15:43:19 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2012-01-30 15:43:19 -0500 |
commit | 38399f723c6fb7a6de6f7ac1d57bd6f4490d7fb3 (patch) | |
tree | 2b8dfa5efa813e02c3e844205af694b1bcaf8e1e /SConstruct | |
parent | ef9684b7e0e6065b4b539205d2a23453f6f4f7b4 (diff) | |
download | mongo-38399f723c6fb7a6de6f7ac1d57bd6f4490d7fb3.tar.gz |
Revert "horrible hack for sun32"
This reverts commit ef9684b7e0e6065b4b539205d2a23453f6f4f7b4.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/SConstruct b/SConstruct index b741c55f593..4c4fbe34e59 100644 --- a/SConstruct +++ b/SConstruct @@ -312,12 +312,7 @@ elif env['PYSYSPLATFORM'].startswith('sunos'): if force64: env['RELOBJFLAGS'] = ['-64'] env['LINK_LIBGROUP_START'] = '-z rescan' - - #TODO: remove this - # this is a horrible horrible hack - # added by ERH 1/30/12 to make sun32 compile - env['LINK_LIBGROUP_END'] = ' $_LIBDEPS $_LIBDEPS ' - + env['LINK_LIBGROUP_END'] = '' env['RELOBJ_LIBDEPS_START'] = '-z allextract' env['RELOBJ_LIBDEPS_END'] = '-z defaultextract' env['RELOBJ_LIBDEPS_ITEM'] = '' |