mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
AIX support
[SVN r12986]
This commit is contained in:
@@ -315,6 +315,9 @@ else if $(UNIX)
|
||||
switch $(OS)
|
||||
{
|
||||
case AIX :
|
||||
DLL_AS_LIB ?= true ;
|
||||
SUFDLL ?= .so .imp ;
|
||||
gLINKABLE_PRODUCT_INDEX(DLL) = 1 ; # (the .so is the one to link)
|
||||
|
||||
case AMIGA :
|
||||
YACC ?= bison ;
|
||||
|
||||
@@ -60,11 +60,16 @@ else if $(UNIX)
|
||||
PYTHON_ROOT ?= /usr/local ;
|
||||
PYTHON_INCLUDES ?= $(PYTHON_ROOT)/include/python$(PYTHON_VERSION) ;
|
||||
PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/lib/python$(PYTHON_VERSION)/config ;
|
||||
|
||||
PYTHON_PROPERTIES ?=
|
||||
<include>$(PYTHON_INCLUDES)
|
||||
<library-path>$(PYTHON_LIB_PATH)
|
||||
<cxx><*><cflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'"
|
||||
;
|
||||
|
||||
if $(OS) = OSF
|
||||
{
|
||||
PYTHON_PROPERTIES += <*><*><linkflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'" ;
|
||||
}
|
||||
}
|
||||
|
||||
# Locate the python executable
|
||||
|
||||
@@ -315,6 +315,9 @@ else if $(UNIX)
|
||||
switch $(OS)
|
||||
{
|
||||
case AIX :
|
||||
DLL_AS_LIB ?= true ;
|
||||
SUFDLL ?= .so .imp ;
|
||||
gLINKABLE_PRODUCT_INDEX(DLL) = 1 ; # (the .so is the one to link)
|
||||
|
||||
case AMIGA :
|
||||
YACC ?= bison ;
|
||||
|
||||
@@ -60,11 +60,16 @@ else if $(UNIX)
|
||||
PYTHON_ROOT ?= /usr/local ;
|
||||
PYTHON_INCLUDES ?= $(PYTHON_ROOT)/include/python$(PYTHON_VERSION) ;
|
||||
PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/lib/python$(PYTHON_VERSION)/config ;
|
||||
|
||||
PYTHON_PROPERTIES ?=
|
||||
<include>$(PYTHON_INCLUDES)
|
||||
<library-path>$(PYTHON_LIB_PATH)
|
||||
<cxx><*><cflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'"
|
||||
;
|
||||
|
||||
if $(OS) = OSF
|
||||
{
|
||||
PYTHON_PROPERTIES += <*><*><linkflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'" ;
|
||||
}
|
||||
}
|
||||
|
||||
# Locate the python executable
|
||||
|
||||
Reference in New Issue
Block a user