|
Boost-Commit : |
From: kbelco_at_[hidden]
Date: 2007-12-04 22:20:30
Author: noel_belcourt
Date: 2007-12-04 22:20:30 EST (Tue, 04 Dec 2007)
New Revision: 41735
URL: http://svn.boost.org/trac/boost/changeset/41735
Log:
Patch pgi shared library use.
Text files modified:
trunk/tools/build/v2/tools/pgi.jam | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
Modified: trunk/tools/build/v2/tools/pgi.jam
==============================================================================
--- trunk/tools/build/v2/tools/pgi.jam (original)
+++ trunk/tools/build/v2/tools/pgi.jam 2007-12-04 22:20:30 EST (Tue, 04 Dec 2007)
@@ -127,12 +127,6 @@
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)
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk