On 10.10.2015 16:00, David Edelsohn wrote:
On Fri, Oct 9, 2015 at 3:51 PM, Lynn A. Boger
<labo...@linux.vnet.ibm.com> wrote:
Here's a new one.
Tried all the variations, verified that split stack is still enabled and
uses gold linker for 64 bit targets
when using a 64 bit default compiler, and does not give the split stack
error for 32 bit default
compilers.
This is okay if Matthias confirms that it works.
yes, that fixes the build error.
using the preprocessor for this kind of check, you get wrong results for gcc
-m32 on powerpc64, and for gcc -m64 on powerpc. The former looks like wrong
code, while the latter is just missed optimization. Not sure if it is worth
fixing this.
I lost track of the x86 status. Is this now enabled there as well?
Matthias