ping#3 [PATCH] early check for PowerPC AIX object mode

2016-06-02 Thread Michael Haubenwallner
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

ping#2 [PATCH] early check for PowerPC AIX object mode

2016-04-27 Thread Michael Haubenwallner
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

ping [PATCH] early check for PowerPC AIX object mode

2016-03-29 Thread Michael Haubenwallner
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

[PATCH] early check for PowerPC AIX object mode

2016-03-19 Thread Michael Haubenwallner
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.