From 8778a13401f26bab5ff22e655edffd38ba5fe2cb Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Wed, 5 Dec 2007 03:20:30 +0000 Subject: [PATCH] Patch pgi shared library use. [SVN r41735] --- src/tools/pgi.jam | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/tools/pgi.jam b/src/tools/pgi.jam index 559512c16..6c249f658 100644 --- a/src/tools/pgi.jam +++ b/src/tools/pgi.jam @@ -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)