platform_build/core/combo
Alexander Ivchenko 388dce3192 Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:
Remove -msse2 for x86 (-mssse3 should be provided by the compiler).
       Remove -fPIC (compiler provides by default).
       Remove -fno-inline-functions-called-once.

Change-Id: Ibb29934224c4eedfff926dc72c3b6342c1861ac9
2014-09-09 17:27:32 +04:00
..
arch Add missing flags to x86 (both 32- and 64-bit) arch variants. 2014-08-04 18:46:14 +04:00
include/arch HAVE_FUTEX is unused. 2014-08-20 21:26:19 -07:00
fdo.mk Refactor FDO support code to ensure arm64 can also be built with FDO. 2014-07-23 16:34:07 -07:00
HOST_darwin-x86.mk Use hermetic host toolchains. 2014-07-28 15:14:51 -07:00
HOST_darwin-x86_64.mk Use hermetic host toolchains. 2014-07-28 15:14:51 -07:00
HOST_linux-x86.mk Update host linux toolchain to gcc 4.8 2014-07-31 19:51:40 +02:00
HOST_linux-x86_64.mk Update host linux toolchain to gcc 4.8 2014-07-31 19:51:40 +02:00
HOST_windows-x86.mk Consistent use of USE_MINGW 2014-08-07 20:08:04 -07:00
HOST_windows-x86_64.mk Consistent use of USE_MINGW 2014-08-07 20:08:04 -07:00
javac.mk Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to the compiler. 2014-06-02 20:12:57 +01:00
mac_version.mk Support host multilib build 2014-05-14 16:55:04 -07:00
select.mk Revert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang."" 2014-07-29 18:05:27 -07:00
TARGET_linux-arm.mk Inhibit implicit -Bsymolic in -shared. 2014-08-07 15:43:16 -07:00
TARGET_linux-arm64.mk Inhibit implicit -Bsymolic in -shared. 2014-08-07 15:43:16 -07:00
TARGET_linux-mips.mk Inhibit implicit -Bsymolic in -shared. 2014-08-07 15:43:16 -07:00
TARGET_linux-mips64.mk [MIPS64] Modify the default MIPS64 build to MIPS64R6. 2014-09-02 16:30:00 -07:00
TARGET_linux-x86.mk Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64: 2014-09-09 17:27:32 +04:00
TARGET_linux-x86_64.mk Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64: 2014-09-09 17:27:32 +04:00