Tizen:Common: add missing Optflags for i586 architecture 06/31706/2
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Mon, 8 Dec 2014 15:57:43 +0000 (16:57 +0100)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 9 Dec 2014 12:03:34 +0000 (04:03 -0800)
Change-Id: I98ab2399d3baf581fbd6b98dbb2f818bead09058
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Tizen:Common/_config

index 0573951..deb98ae 100644 (file)
@@ -370,6 +370,8 @@ Substitute: glibc-devel-32bit
 
 #%__global_cflags -O2 -g2 -feliminate-unused-debug-types -pipe -Wall  -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector  --param=ssp-buffer-size=32 -Wformat -Wformat-security
 
+Optflags: i586 -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  -fipa-cp-clone
+
 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
 
 #generic arm platform