summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus2023-02-16 13:44:16 (GMT)
committerJan Palus2023-02-16 13:44:16 (GMT)
commitbacfdaa5292d483777eeaac87f7d61406b649e7c (patch)
treedd0046631af99b46eb4177315d68b5b43714ba7b
parent54c30f2c6628a4c3d9014faec7fe009e3694149e (diff)
downloadboost-bacfdaa5292d483777eeaac87f7d61406b649e7c.zip
boost-bacfdaa5292d483777eeaac87f7d61406b649e7c.tar.gz
context for x32 expects address-model=32 nowauto/th/boost-1.81.0-1
see: https://github.com/boostorg/context/commit/5852b493554ba8be5459147abf226f57d6bfa74c
-rw-r--r--boost.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/boost.spec b/boost.spec
index d12e319..569f134 100644
--- a/boost.spec
+++ b/boost.spec
@@ -536,13 +536,11 @@ ICU_PATH=%{_prefix} \
--prefix=%{_prefix} \
-without-libraries=python
-# x32 detection need help (it's autodetected as address-model=32 abi=sysv, while context build expects address-model=64 abi=x32)
./b2 \
%{?__jobs:-j %{__jobs}} \
-d2 --toolset=gcc \
%ifarch x32
abi=x32 \
- address-model=64 \
%endif
debug-symbols=on \
inlining=on \