Changeset 8e9b706 for general/prog


Ignore:
Timestamp:
10/09/2018 01:45:10 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
91219185
Parents:
3fe70171
Message:

Update to v4l-utils-1.16.0.
Update to babl-0.1.58.
Update to highlight-3.46.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20606 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r3fe70171 r8e9b706  
    194194cd       build &amp;&amp;
    195195
    196 CC=gcc CXX=g++                              \
    197 cmake -DCMAKE_INSTALL_PREFIX=/usr           \
    198       -DLLVM_ENABLE_FFI=ON                  \
    199       -DCMAKE_BUILD_TYPE=Release            \
    200       -DLLVM_BUILD_LLVM_DYLIB=ON            \
    201       -DLLVM_LINK_LLVM_DYLIB=ON             \
    202       -DLLVM_TARGETS_TO_BUILD="host;AMDGPU" \
    203       -DLLVM_BUILD_TESTS=ON                 \
    204       -Wno-dev -G Ninja ..                  &amp;&amp;
     196CC=gcc CXX=g++                                  \
     197cmake -DCMAKE_INSTALL_PREFIX=/usr               \
     198      -DLLVM_ENABLE_FFI=ON                      \
     199      -DCMAKE_BUILD_TYPE=Release                \
     200      -DLLVM_BUILD_LLVM_DYLIB=ON                \
     201      -DLLVM_LINK_LLVM_DYLIB=ON                 \
     202      -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \
     203      -DLLVM_BUILD_TESTS=ON                     \
     204      -Wno-dev -G Ninja ..                      &amp;&amp;
    205205ninja</userinput></screen>
    206206
     
    286286
    287287    <para>
    288       <parameter>-DLLVM_TARGETS_TO_BUILD="host;AMDGPU"</parameter>: This
     288      <parameter>-DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF"</parameter>: This
    289289      switch enables building for the same target as the host, and also for
    290       the r600 AMD GPU used by the Mesa r600 and radeonsi drivers. Default is
     290      the r600 AMD GPU used by the Mesa r600 and radeonsi drivers. The BPF
     291      target is required to build <xref linkend="v4l-utils"/>. Default is
    291292      all. You can use a semicolon separated list. Valid targets are: host,
    292293      X86, Sparc, PowerPC, ARM, AArch64, Mips, Hexagon, Xcore, MSP430, NVPTX,
Note: See TracChangeset for help on using the changeset viewer.