소스 검색

* don't pass -blibpath parameter for %needlibrary tests on AIX: the linker
doesn't recognise it (even though it's documented) and it's not needed

git-svn-id: trunk@20822 -

Jonas Maebe 13 년 전
부모
커밋
d68d9ba1a0
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      tests/utils/dotest.pp

+ 2 - 3
tests/utils/dotest.pp

@@ -857,10 +857,9 @@ begin
       { Add runtime library path to current dir to find .so files }
       if Config.NeedLibrary then
         begin
-          if CompilerTarget='darwin' then
+          if (CompilerTarget='darwin') or
+	     (CompilerTarget='aix') then
             args:=args+' -Fl'+TestOutputDir
-	  else if CompilerTarget='aix' then
-	    args:=args+' -blibpath:'+TestOutputDir
 	  else
           { do not use single quote for -k as they are mishandled on
             Windows Shells }