]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: check Sun Pro CXX ABI postdeps at libtool time.
authorGary V. Vaughan <gary@gnu.org>
Fri, 12 Dec 2014 18:35:45 +0000 (18:35 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 12 Dec 2014 18:35:45 +0000 (18:35 +0000)
commit97f03a437983f106e41de45a0d1baf5a3ec5f04d
tree4e77da7e159e5f82feaff5fbf49d488400d58804
parentb49ab52cb34a80aacf88698870649c7761e17c65
libtool: check Sun Pro CXX ABI postdeps at libtool time.

* m4/libtool.m4 (_LT_PREPARE_CC_BASENAME): Factor cc_basename
calculation into a shell function...
(_LT_CONFIG_SAVE_COMMAND): ...and expand it into generated
libtool script.
(_LT_CC_BASENAME): Adjust accordingly.
(_LT_FUNC_SUNCC_CSTD_ABI): Remove from here...
* build-aux/ltmain.in (func_suncc_cstd_abi): ...and reimplement
here.
* m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Remove postdeps
augmentation from here...
* build-aux/ltmain.in (func_mode_link): ...and reimplement here
just before postdeps are added.
* NEWS: Update.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
NEWS
build-aux/ltmain.in
m4/libtool.m4