From cefa2d9100f945b67f5a0551452bbd7db5bb4614 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Tue, 20 Feb 2024 15:11:20 +0900 Subject: [PATCH] Add Red Hat Enterprise Linux Fixes https://github.com/rui314/mold/issues/1191 --- install-build-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-build-deps.sh b/install-build-deps.sh index 609a5fd20e..0e0b3badaf 100755 --- a/install-build-deps.sh +++ b/install-build-deps.sh @@ -20,7 +20,7 @@ ubuntu-* | pop-* | linuxmint-* | debian-* | raspbian-*) apt-get install -y cmake gcc g++ apt-get install -y file ;; -fedora-* | amzn-*) +fedora-* | amzn-* | rhel-*) dnf install -y gcc-g++ cmake dnf install -y glibc-static file libstdc++-static diffutils util-linux ;;