From 77f0c643c0a575842fda1891f68bebc4bb8d2697 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 17 Apr 2013 16:06:56 +0000 Subject: Always include modules requiring ISA extensions as long as the compiler and target platform might support it. For instance the AES SSSE3 code is now always in any x86 build, with just that specific file being compiled with -mssse3. Since we'll only call that code if cpuid confirms it works at runtime, we don't have portability issues, and it can be safely included in generic builds (eg for distributions). Tweak how machine specific compiler flags are generated to be a bit easier to maintain. --- src/build-data/arch/ppc64.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/build-data/arch/ppc64.txt') diff --git a/src/build-data/arch/ppc64.txt b/src/build-data/arch/ppc64.txt index 954d9181e..07436c19d 100644 --- a/src/build-data/arch/ppc64.txt +++ b/src/build-data/arch/ppc64.txt @@ -24,6 +24,6 @@ cellppu cellbroadbandengine -> cellppu - -altivec:cellppu,ppc970,power6,power7 - + +altivec + -- cgit v1.2.3