2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 11:42:14 +00:00

Patch pgi shared library use.

[SVN r41735]
This commit is contained in:
K. Noel Belcourt
2007-12-05 03:20:30 +00:00
parent 8498052953
commit 8778a13401

View File

@@ -127,12 +127,6 @@ actions link bind LIBRARIES
rule link.dll ( targets * : sources * : properties * )
{
SPACE on $(targets) = " " ;
# pgi can't link with lib*-d-1_35.so.1.35.0
# requires a library file name suffix that it recognizes (.so, .a)
# give them what they want (library ending in .so)
local grist = $(targets:G) ;
local lt = [ MATCH "$(grist)(.*.so).*" : $(targets) ] ;
targets = $(grist)$(lt) ;
}
# "$(CONFIG_COMMAND)" $(OPTIONS) -L"$(LINKPATH)" -R"$(RPATH)" -o "$(<)" -h$(<[1]:D=) -G "$(>)" "$(LIBRARIES)" -Bdynamic -l$(FINDLIBS-SA) -Bstatic -l$(FINDLIBS-ST) -B$(LINK-RUNTIME)