From 0f56574fd3e0be5b9b3f4f43a2f34db932da1a8e Mon Sep 17 00:00:00 2001 From: "jungmin76.park" Date: Tue, 8 Jan 2013 18:55:46 +0900 Subject: [PATCH] build option for arm added Change-Id: I55d361efb88b1a43e4fd38ec7e6c36496686dfc3 Signed-off-by: jungmin76.park --- packaging/osp-livebox-service.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1