x86_64-pc -> x86_64

I thought this was standardized
This commit is contained in:
Caleb Xavier Berger 2021-01-18 15:07:56 +00:00 committed by GitHub
parent 83e3f29515
commit cfebfac16e

View file

@ -5,7 +5,7 @@ set -eu
function get_compiler() { function get_compiler() {
case "$GOARCH" in case "$GOARCH" in
"amd64") "amd64")
echo "x86_64-pc-linux-gnu-gcc" echo "x86_64-linux-gnu-gcc"
;; ;;
"arm64") "arm64")
echo "aarch64-linux-gnu-gcc" echo "aarch64-linux-gnu-gcc"