2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

* gcc.jam (init-link-flags): Add missing

'unchecked'. This was breaking intel.


[SVN r39267]
This commit is contained in:
Vladimir Prus
2007-09-14 15:28:13 +00:00
parent 8ee55c0651
commit 856a41141e

View File

@@ -565,7 +565,7 @@ rule init-link-flags ( toolset linker condition )
flags $(toolset).link FINDLIBS-SA-PFX $(condition)/<runtime-link>static/<target-os>windows
: -Wl,-Bdynamic : unchecked ;
flags $(toolset).link OPTIONS $(condition)/<runtime-link>static/<target-os>windows
: -Wl,-Bstatic ;
: -Wl,-Bstatic : unchecked ;
}
case darwin :
{