OSDN Git Service

Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:
authorAlexander Ivchenko <alexander.ivchenko@intel.com>
Tue, 9 Sep 2014 13:24:27 +0000 (17:24 +0400)
committerAlexander Ivchenko <alexander.ivchenko@intel.com>
Tue, 9 Sep 2014 13:27:32 +0000 (17:27 +0400)
commit388dce3192b6cecf7424e9d745c3147cc7335c24
tree5cf2deecaf8022188efb155f79828ae173f1db42
parent53e9502704bb492e0c387a21098f772f2aa60da9
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
core/combo/TARGET_linux-x86.mk
core/combo/TARGET_linux-x86_64.mk