Any additional information necessary?
/haubi/
On 03/17/2016 03:34 PM, Michael Haubenwallner wrote:
Native PowerPC AIX tools do accept only 32 bit objects by default.
They either need the -X32_64 commandline flag to accept both, or the
OBJECT_MODE=64 environment variable to switch to accepting 64
On 03/17/2016 03:34 PM, Michael Haubenwallner wrote:
> Native PowerPC AIX tools do accept only 32 bit objects by default.
> They either need the -X32_64 commandline flag to accept both, or the
> OBJECT_MODE=64 environment variable to switch to accepting 64 bit
> objects only, while the GNU toolcha
any comments at least?
Thanks!
/haubi/
On 03/17/2016 03:34 PM, Michael Haubenwallner wrote:
> Native PowerPC AIX tools do accept only 32 bit objects by default.
> They either need the -X32_64 commandline flag to accept both, or the
> OBJECT_MODE=64 environment variable to switch to accepting 64 bi
Native PowerPC AIX tools do accept only 32 bit objects by default.
They either need the -X32_64 commandline flag to accept both, or the
OBJECT_MODE=64 environment variable to switch to accepting 64 bit
objects only, while the GNU toolchain ignores both the -X32_64 flag
and the environment variable.