potential hpux fixes

This commit is contained in:
Thomas Nagy 2012-07-05 09:57:52 +02:00
parent f9f31d77c2
commit 31da29c1b1
2 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,7 @@ def gcc_modifier_aix(conf):
def gcc_modifier_hpux(conf):
v = conf.env
v['SHLIB_MARKER'] = []
v['STLIB_MARKER'] = '-Bstatic'
v['CFLAGS_cshlib'] = ['-fPIC','-DPIC']
v['cshlib_PATTERN'] = 'lib%s.sl'

View File

@ -124,6 +124,7 @@ def gxx_modifier_aix(conf):
def gxx_modifier_hpux(conf):
v = conf.env
v['SHLIB_MARKER'] = []
v['STLIB_MARKER'] = '-Bstatic'
v['CFLAGS_cxxshlib'] = ['-fPIC','-DPIC']
v['cxxshlib_PATTERN'] = 'lib%s.sl'