Tizen:Common: Inherit compilation flags from Base 62/60862/2
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 2 Mar 2016 14:45:08 +0000 (15:45 +0100)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Sat, 5 Mar 2016 09:01:12 +0000 (01:01 -0800)
Change-Id: I97780ce2142f45dded6de763e98c12bf9a3f79d4
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Tizen:Common/_config

index bfc9d32..6381820 100644 (file)
@@ -365,16 +365,5 @@ Substitute: glibc-devel-32bit
 %endif
 
 ########## compilation flags ##########
-
-%define __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 -fmessage-length=0 -fdiagnostics-color=never
-
-Optflags: i686 %{__global_cflags} -m32 -march=i686 -mtune=i686 -msse4.2 -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer
-
-Optflags: x86_64 %{__global_cflags} -m64 -march=corei7 -mtune=corei7-avx -msse4.2 -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer
-
-#generic arm platform
-#Optflags: armv7l %{__global_cflags} -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -Wp,-D__SOFTFP__
-#activate neon FPU instructions set (crosswalk build)
-Optflags: armv7l %{__global_cflags} -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -Wp,-D__SOFTFP__
-
-Optflags: aarch64 %{__global_cflags} -march=armv8-a+fp+simd+crc+crypto -mtune=cortex-a57.cortex-a53
+# derived from Tizen:Base
+#######################################