Skip to content

Commit

Permalink
Revert "horrible hack for sun32"
Browse files Browse the repository at this point in the history
This reverts commit ef9684b.
  • Loading branch information
erh committed Jan 30, 2012
1 parent ef9684b commit 38399f7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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'] = ''
Expand Down

0 comments on commit 38399f7

Please sign in to comment.