4 return getRoot(config
.parent
)
9 if root
.host_os
in ["Windows"]:
10 config
.unsupported
= True
12 # AIX usually usually makes use of an explicit export list when linking a shared
13 # object, since the linker doesn't export anything by default.
14 if root
.host_os
in ["AIX"]:
15 config
.substitutions
.append(("%shared_linker_xopts", "-Wl,-bE:shr.exp"))
17 config
.substitutions
.append(("%shared_linker_xopts", ""))