summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuyoung Jang <duyoung.jang@samsung.com>2013-01-08 15:31:27 +0900
committerGerrit Code Review <gerrit2@kim11>2013-01-08 15:31:27 +0900
commitd95a0a2c05bbf34ab8482c1e6c8da50a6b2f628d (patch)
tree855af5eed18997e8b68c866a552ad8b3222d478a
parente9eb50b17b039be843f29991d250d82f16c5a26f (diff)
parent3e837ed11d8e9ac06e0e201e38c5f1273d9cbc79 (diff)
downloadinstaller-d95a0a2c05bbf34ab8482c1e6c8da50a6b2f628d.tar.gz
installer-d95a0a2c05bbf34ab8482c1e6c8da50a6b2f628d.tar.bz2
installer-d95a0a2c05bbf34ab8482c1e6c8da50a6b2f628d.zip
Merge "Change build option"
-rwxr-xr-xpackaging/osp-installer.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/osp-installer.spec b/packaging/osp-installer.spec
index b26e948..fa5b181 100755
--- a/packaging/osp-installer.spec
+++ b/packaging/osp-installer.spec
@@ -34,7 +34,7 @@ osp application installer
%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