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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user