platform_build/core/combo
Bernhard Rosenkränzer 4da707176b Don't use -Wl,--fix-cortex-a8 for Cortex A7, A9, A15, Krait or Denver
-Wl,--fix-cortex-a8 is a workaround for an Erratum in Cortex-A8
processors. It slightly increases code size and decreases performance,
and there's no point in using it on non-A8 CPUs.

Instead of forcing it unconditionally, use it when targeting
Cortex-A8 or generic armv7-a (which might or might not be A8).

Change-Id: Ifa59765d380445237edccfe5440a67b3ba1e459a
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-03-25 17:21:02 +01:00
..
arch Don't use -Wl,--fix-cortex-a8 for Cortex A7, A9, A15, Krait or Denver 2015-03-25 17:21:02 +01:00
include/arch Remove references to __CYGWIN__ and HAVE_WINSOCK2_H. 2015-02-21 09:55:05 +00:00
HOST_darwin-x86.mk Fix building on modern versions of Xcode and OS X. 2014-11-10 14:42:30 +00:00
HOST_darwin-x86_64.mk Fix building on modern versions of Xcode and OS X. 2014-11-10 14:42:30 +00:00
HOST_linux-x86.mk Upgrade host tool to x86_64-linux-glibc2.15-4.8 2014-11-06 11:47:08 -08:00
HOST_linux-x86_64.mk Upgrade host tool to x86_64-linux-glibc2.15-4.8 2014-11-06 11:47:08 -08:00
HOST_windows-x86.mk Merge "Add -DWIN32_LEAN_AND_MEAN build flag to get rid of winsock2.h warnings" into lmp-mr1-dev 2014-10-28 18:09:11 +00:00
HOST_windows-x86_64.mk Consistent use of USE_MINGW 2014-08-07 20:08:04 -07:00
TARGET_linux-arm.mk Emit unique linker buildid in all binaries. 2015-01-15 23:09:35 +00:00
TARGET_linux-arm64.mk Turn on -Werror=implicit-function-declaration for arm64. 2015-02-21 13:21:20 -08:00
TARGET_linux-mips.mk Disable transitive dependency library symbol resolving for mips. 2015-02-03 10:58:50 -08:00
TARGET_linux-mips64.mk mips64 should avoid common LP64 errors just like arm64 and x86-64. 2015-02-24 16:04:31 -08:00
TARGET_linux-x86.mk Revert "Switch x86 and x86_64 build to use GCC 4.9" 2015-03-17 01:29:51 +00:00
TARGET_linux-x86_64.mk Revert "Switch x86 and x86_64 build to use GCC 4.9" 2015-03-17 01:29:51 +00:00
fdo.mk Support "LOCAL_FDO_SUPPORT := always". 2015-03-13 11:36:15 -07:00
javac.mk Remove Java 6 build support 2014-10-22 10:53:59 +01:00
mac_version.mk Fix building on modern versions of Xcode and OS X. 2014-11-10 14:42:30 +00:00
select.mk Remove unused variables from select.mk. 2014-11-10 20:47:49 -08:00