1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-26 13:10:46 +03:00

Add an entry for Amazon Linux

This commit is contained in:
Rui Ueyama 2023-11-24 09:30:55 +09:00
parent 7fc43ccc3a
commit f957acfe11

View File

@ -20,7 +20,7 @@ ubuntu-* | pop-* | linuxmint-* | debian-* | raspbian-*)
apt-get install -y cmake gcc g++
apt-get install -y file
;;
fedora-*)
fedora-* | amzn-*)
dnf install -y gcc-g++ cmake
dnf install -y glibc-static file libstdc++-static diffutils util-linux
;;