summaryrefslogtreecommitdiffstats
path: root/core/combo/arch/arm/armv7-a-neon.mk
Commit message (Collapse)AuthorAgeFilesLines
* core: combo: arm: use appropriate mcpu flags for cortex-a7Dima Zavin2013-03-231-0/+4
| | | | | Change-Id: If00577d36257e4d03f63f36b159bb2e015958d6a Signed-off-by: Dima Zavin <dima@android.com>
* am ea852f6e: am f6b670b7: Merge "Remove more always-true ARCH_ARM_HAVE_ flags."Elliott Hughes2013-02-141-5/+0
|\ | | | | | | | | | | # Via Android Git Automerger (1) and others * commit 'ea852f6ed3e9f251eaef4f041fbc0b09229ac924': Remove more always-true ARCH_ARM_HAVE_ flags.
| * Remove more always-true ARCH_ARM_HAVE_ flags.Elliott Hughes2013-02-141-5/+0
| | | | | | | | | | | | All the remaining flags appear to be actually used. Change-Id: I0e3d84915487eda4f0e97809fc36624fef5f1848
* | am d0fb6930: am 07a58f8f: Merge "Nothing uses ARCH_ARM_HAVE_CLZ or ↵Elliott Hughes2013-02-131-2/+0
|\ \ | |/ | | | | | | | | | | | | ARCH_ARM_HAVE_FFS." # Via Android Git Automerger (1) and others * commit 'd0fb693024b88a713fe95296db451a0e6c17ec66': Nothing uses ARCH_ARM_HAVE_CLZ or ARCH_ARM_HAVE_FFS.
| * Nothing uses ARCH_ARM_HAVE_CLZ or ARCH_ARM_HAVE_FFS.Elliott Hughes2013-02-131-2/+0
| | | | | | | | | | | | Because every ARM architecture we've ever supported has had both. Change-Id: I607b56416e65073c5ac1b85fb17c092516e02573
* | Use -mcpu=cortex-a15 for gcc arch dependent compilation.Ben Cheng2013-01-141-5/+7
|/ | | | | | | If TARGET_CPU_VARIANT=cortex-a15 is specified in the BoardConfig.mk file. Bug: 7961327 Change-Id: Ic459df378293237c54263f5315ac3be62dad4273
* Enable TLS register by default for ARMv7a archKenny Root2012-02-211-0/+1
| | | | | | | | | | | | Everything that is based on ARMv7a should have a cp15 TLS register. Enable it by default so it's not accidentally missed in newer board configurations. In fact, this could be enabled for ARMv6 as well, but we currently don't distinguish between ARMv5 and ARMv6 in the build system. This can still be disabled by setting it to "false" in the board configuration, but this shouldn't ever be needed. Change-Id: Ic2918f32899c8bcfa482f92c98f5a192fa318470
* Add a new build target armv7-a-neonColin Cross2010-03-101-0/+24
Change-Id: Ib3b44e839b093974aff0d595950e6b691beee7a5