commit | 82a8508406906a39ed04cb59d83b1703d78dc8b3 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Apr 17 18:42:54 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 30 15:37:26 2012 +1000 |
tree | d6d07f56aedde9968c33847af31343778406a3cc | |
parent | 694caf0255dcab506d1e174c96a65ab65d96e108 [diff] |
powerpc: Require gcc 4.0 on 64-bit Older versions of gcc had issues with using -maltivec together with -mcpu of a non altivec capable CPU. We work around it by specifying -mcpu=970, but the logic is complicated. In preparation for adding more -mcpu targets, remove the workaround and just require gcc 4.0 for 64-bit builds. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>