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

Added support for GCC on Tru64.

[SVN r25781]
This commit is contained in:
Markus Schöpflin
2004-10-19 12:13:08 +00:00
parent 84f8d8f3aa
commit d3c4f7f513

View File

@@ -131,7 +131,11 @@ else if $(UNIX)
if $(OS) = OSF
{
PYTHON_PROPERTIES += <*><*><linkflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'" ;
local not-gcc-compilers = [ difference $(TOOLS) : $(gcc-compilers) ] ;
PYTHON_PROPERTIES +=
<$(not-gcc-compilers)><*><linkflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'"
<$(gcc-compilers)><*><linkflags>"-Xlinker -expect_unresolved -Xlinker 'Py*' -Xlinker -expect_unresolved -Xlinker '_Py*'" ;
}
else if $(OS) = AIX
{