diff options
author | Duyoung Jang <duyoung.jang@samsung.com> | 2013-01-08 15:31:27 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit2@kim11> | 2013-01-08 15:31:27 +0900 |
commit | d95a0a2c05bbf34ab8482c1e6c8da50a6b2f628d (patch) | |
tree | 855af5eed18997e8b68c866a552ad8b3222d478a | |
parent | e9eb50b17b039be843f29991d250d82f16c5a26f (diff) | |
parent | 3e837ed11d8e9ac06e0e201e38c5f1273d9cbc79 (diff) | |
download | installer-d95a0a2c05bbf34ab8482c1e6c8da50a6b2f628d.tar.gz installer-d95a0a2c05bbf34ab8482c1e6c8da50a6b2f628d.tar.bz2 installer-d95a0a2c05bbf34ab8482c1e6c8da50a6b2f628d.zip |
Merge "Change build option"
-rwxr-xr-x | packaging/osp-installer.spec | 2 |
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 |