Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Symbol (0.22 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh

          && \
          make -j$(nproc) && \
          make install
    
    
    # Create the devtoolset libstdc++ linkerscript that links dynamically against
    # the system libstdc++ 4.4 and provides all other symbols statically.
    # Note that the installation path for libstdc++ here is ${TARGET}/usr/lib64/
    mv "${TARGET}/usr/lib64/libstdc++.so.${LIBSTDCXX_VERSION}" \
       "${TARGET}/usr/lib64/libstdc++.so.${LIBSTDCXX_VERSION}.backup"
    Shell Script
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Fri Sep 29 00:26:34 GMT 2023
    - 6.1K bytes
    - Viewed (1)
Back to top