Jamfile link flags fix for mingw64 clang.

[SVN r82247]
This commit is contained in:
Ion Gaztañaga
2012-12-28 22:46:10 +00:00
parent d0d0af8bbd
commit 637b83f5cf
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ rule test_all
<toolset>acc-pa_risc:<linkflags>-lrt <toolset>acc-pa_risc:<linkflags>-lrt
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32" <toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas" <host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
] ; ] ;
} }

View File

@@ -28,6 +28,7 @@ rule test_all
<toolset>acc-pa_risc:<linkflags>-lrt <toolset>acc-pa_risc:<linkflags>-lrt
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32" <toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas" <host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
] ; ] ;
} }