File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/ci/docker/dist-s390x-linux-netbsd Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -73,5 +73,11 @@ cat > /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++-sysroot <<'EOF'
73
73
exec /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++ --sysroot=/x-tools/x86_64-unknown-netbsd/sysroot "$@"
74
74
EOF
75
75
76
+ GCC_SHA1=` sha1sum -b /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-gcc | cut -d' ' -f1`
77
+ GPP_SHA1=` sha1sum -b /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++ | cut -d' ' -f1`
78
+
79
+ echo " # $GCC_SHA1 " >> /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-gcc-sysroot
80
+ echo " # $GPP_SHA1 " >> /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++-sysroot
81
+
76
82
chmod +x /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-gcc-sysroot
77
83
chmod +x /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++-sysroot
You can’t perform that action at this time.
0 commit comments