ping [PATCH 0/2] AIX: Do not rely on OBJECT_MODE env var being set.

2016-02-29 Thread Michael Haubenwallner
ping? On 05/22/2015 01:14 PM, Michael Haubenwallner wrote: > Hi! > > While testing --with-aix-soname=[aix|both|svr4] libtool patches within gcc, > I've discovered that gcc does not set OBJECT_MODE during multilib build. > Instead, the only settings done are: CC='xgcc -maix64' CXX='xg++ -maix64',

Re: [PATCH 2/2] AIX: Do not rely on OBJECT_MODE env var being set.

2016-02-29 Thread Michael Haubenwallner
Patch updated to conform to recent styleguide checks. Thanks! On 05/22/2015 01:14 PM, Michael Haubenwallner wrote: > To compile 64-bit, AIX toolchain provides support to set the environment > variable OBJECT_MODE=64, to avoid the need for changing anything else in > the build environment. However,