From: jungmin76.park Date: Tue, 8 Jan 2013 09:55:46 +0000 (+0900) Subject: build option for arm added X-Git-Tag: submit/tizen_2.1/20130424.232341~11^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f56574fd3e0be5b9b3f4f43a2f34db932da1a8e;p=platform%2Fframework%2Fnative%2Fappwidget-service.git build option for arm added Change-Id: I55d361efb88b1a43e4fd38ec7e6c36496686dfc3 Signed-off-by: jungmin76.park --- diff --git a/packaging/osp-livebox-service.spec b/packaging/osp-livebox-service.spec index 2d62e6c..53b012a 100644 --- a/packaging/osp-livebox-service.spec +++ b/packaging/osp-livebox-service.spec @@ -35,7 +35,7 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %ifarch %{ix86} CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_OSP_X86_ -D_OSP_EMUL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} %else -CXXFLAGS="-O2 -g -pipe -Wall -fno-exceptions -Wformat -Wformat-security -Wl,--as-needed -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -D__SOFTFP__ -mthumb -Wa,-mimplicit-it=thumb -D_OSP_DEBUG_ -D_OSP_ARMEL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} +CXXFLAGS="-O2 -g -pipe -Wall -fno-exceptions -Wformat -Wformat-security -Wl,--as-needed -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -D__SOFTFP__ -mthumb -Wa,-mimplicit-it=thumb -funwind-tables -D_OSP_DEBUG_ -D_OSP_ARMEL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} %endif # Call make instruction with smp support