From bacfdaa5292d483777eeaac87f7d61406b649e7c Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 16 Feb 2023 14:44:16 +0100 Subject: context for x32 expects address-model=32 now see: https://github.com/boostorg/context/commit/5852b493554ba8be5459147abf226f57d6bfa74c 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 \ -- cgit v0.10.2