Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mv (0.2 sec)

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

    # 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"
    echo -e "OUTPUT_FORMAT(elf64-littleaarch64)\nINPUT ( libstdc++.so.6.0.18 -lstdc++_nonshared44 )" \
    Shell Script
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri Sep 29 00:26:34 GMT 2023
    - 6.1K bytes
    - Viewed (1)
Back to top