Apply the following changes from the main trunk:
2001-06-05 06:41 levitte * Makefile.org (1.137): Small detail about AIX forgotten...
This commit is contained in:
parent
2e689f6040
commit
eda75c31e3
1 changed files with 2 additions and 2 deletions
|
@ -368,7 +368,7 @@ do_hpux64-shared:
|
|||
# HP/UX-32bit: +vnocompatwarnings -b -z +s \
|
||||
# +h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR}
|
||||
# HP/UX-64bit: -b -z +h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR}
|
||||
# AIX: -bE:lib$$i.exp -bM:SRE
|
||||
# AIX: -G -bE:lib$$i.exp -bM:SRE
|
||||
# SHAREDCMD would be:
|
||||
# GNU systems: $(CC)
|
||||
# Tru64 Unix: $(CC)
|
||||
|
@ -378,7 +378,7 @@ do_hpux64-shared:
|
|||
# HP/UX-64bit: /usr/ccs/bin/ld
|
||||
# AIX: $(CC)
|
||||
ALLSYMSFLAG=-bnogc
|
||||
SHAREDFLAGS=-bE:lib$$i.exp -bM:SRE
|
||||
SHAREDFLAGS=-G -bE:lib$$i.exp -bM:SRE
|
||||
SHAREDCMD=$(CC)
|
||||
do_aix-shared:
|
||||
libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
|
||||
|
|
Loading…
Reference in a new issue