diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2016-03-02 15:45:08 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2016-03-05 01:01:12 -0800 |
commit | 883e7eba684aaba0ec49954a9e08fa7628a97060 (patch) | |
tree | 215430cf3eb57995dd5d23cd1e7ce9e838d89a81 | |
parent | 1e2860addb8ba41b705a45ffc4a1a4270bef0c05 (diff) | |
download | obs-883e7eba684aaba0ec49954a9e08fa7628a97060.tar.gz obs-883e7eba684aaba0ec49954a9e08fa7628a97060.tar.bz2 obs-883e7eba684aaba0ec49954a9e08fa7628a97060.zip |
Tizen:Common: Inherit compilation flags from Base
Change-Id: I97780ce2142f45dded6de763e98c12bf9a3f79d4
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
-rw-r--r-- | Tizen:Common/_config | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Tizen:Common/_config b/Tizen:Common/_config index bfc9d32..6381820 100644 --- a/Tizen:Common/_config +++ b/Tizen:Common/_config @@ -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 +####################################### |