]> git.pld-linux.org Git - packages/boost.git/commitdiff
context for x32 expects address-model=32 now auto/th/boost-1.81.0-1
authorJan Palus <atler@pld-linux.org>
Thu, 16 Feb 2023 13:44:16 +0000 (14:44 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 16 Feb 2023 13:44:16 +0000 (14:44 +0100)
see: https://github.com/boostorg/context/commit/5852b493554ba8be5459147abf226f57d6bfa74c

boost.spec

index d12e319e0a67c83d9f8a21169d89e4165f8255dd..569f134484f64f827e8b72cc4fbc63ea7acb2a9e 100644 (file)
@@ -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 \
This page took 0.124326 seconds and 4 git commands to generate.