Tizen:Mobile: Add i586, x86_64 Optflags like Tizen:Common 89/36089/2
authorJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 2 Mar 2015 08:52:55 +0000 (17:52 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Wed, 4 Mar 2015 04:25:02 +0000 (20:25 -0800)
- to fix the c-ares pkg's build failure

Change-Id: I30b710b24089a9cdc577b947568044e4e8e12f18

Tizen:Mobile/_config

index c915d51..8c10cb2 100644 (file)
@@ -276,3 +276,5 @@ Substitute: glibc-devel-32bit
 ########## compilation flags ##########
 Optflags: armv7l -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian  -mfpu=neon -mfloat-abi=softfp -Wp,-D__SOFTFP__
 Optflags: aarch64 -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  -Wformat -Wformat-security -fmessage-length=0
+Optflags: i686 -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -m32 -march=i686 -mtune=i686 -msse4.2 -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer
+Optflags: x86_64 -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security -fmessage-length=0 -m64 -march=corei7 -msse4.2  -mtune=corei7-avx -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer  -fipa-cp-clone