Go to file
Pavel Chupin f0a4855574 Cleanup x86 and x86_64 flags
-mandroid, -D__ANDROID__ is on by the toolchain;
-msse3 moved to llvm_config, it seems it's required only there;
__cxa_atexit is provided by libc now;
USE_SSE2 should not be used anywhere, it's always true;
remove -mstackreallign and -mfpmath=sse as useless for x86_64;

Change-Id: Ib7739f6522c375c09de10d22616c48a493841c4c
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2013-10-15 18:15:57 +04:00
core Cleanup x86 and x86_64 flags 2013-10-15 18:15:57 +04:00
libs/host Use %zd instead of %d for variables of type ssize_t 2012-02-27 16:06:00 -08:00
target Add generic aarch64 board config and build rules. 2013-10-07 13:58:27 -07:00
tools Allow ECDSA signing OTA files 2013-10-09 15:00:24 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
CleanSpec.mk Here lies JB MR2: In with a whimper, out with a bang. 2013-04-22 13:07:44 -07:00
buildspec.mk.default Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
envsetup.sh Add generic aarch64 board config and build rules. 2013-10-07 13:58:27 -07:00