Tizen:Common: updated architecture for Optflags in IA32 83/31783/1
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Tue, 9 Dec 2014 17:58:27 +0000 (18:58 +0100)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Tue, 9 Dec 2014 17:58:27 +0000 (18:58 +0100)
Using i586 has no effect on build CFLAGS. The architecture
specified in Optflags is not the 'obs architecture' (i586) but
the 'rpm architecture' (i686 in our case)

Change-Id: If06e40fbf55e2789eb50406b015c826115adc2b6
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Tizen:Common/_config

index 3351226..914bf84 100644 (file)
@@ -408,7 +408,7 @@ 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: 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  -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