summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehun Jeong <jh4u.jeong@samsung.com>2017-07-14 13:59:41 +0900
committerJaehun Jeong <jh4u.jeong@samsung.com>2017-07-14 13:59:41 +0900
commitb1091c17a785af6a860abe1710faee9896ff58fe (patch)
tree80c1ae27963c34b9f389aa70b4f9eb1ac79d7e8c
parent19bc0ae04846b66e010064545c66a1b6f1a042ac (diff)
downloadboost-sandbox/jaehun77/hardfp.tar.gz
boost-sandbox/jaehun77/hardfp.tar.bz2
boost-sandbox/jaehun77/hardfp.zip
Disable context library for armv7hl buildsandbox/jaehun77/hardfp
Signed-off-by: Jaehun Jeong <jh4u.jeong@samsung.com>
-rw-r--r--packaging/boost.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/boost.spec b/packaging/boost.spec
index 13fd083bf1..66ba9f3fdb 100644
--- a/packaging/boost.spec
+++ b/packaging/boost.spec
@@ -27,6 +27,10 @@
%define build_context 0
%endif
+%ifarch armv7hl
+%define build_context 0
+%endif
+
%ifarch hppa
%define disable_long_double 1
%else