aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/arch/ppc32.txt
Commit message (Collapse)AuthorAgeFilesLines
* Always include modules requiring ISA extensions as long as thelloyd2013-04-171-3/+3
| | | | | | | | | | | 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.
* Add support for targetting the PowerPCSPE (an embedded PPC with anlloyd2011-05-121-0/+30
experimental Debian port), and add aliases for ARM to match the Debian architectures.