Skip to content

Commit a3e6950

Browse files
committed
Refactor
1 parent 4645248 commit a3e6950

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

install-build-deps.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ ubuntu-* | pop-* | linuxmint-* | debian-* | raspbian-*)
1919
fedora-* | amzn-* | rhel-*)
2020
dnf install -y gcc-g++ cmake glibc-static libstdc++-static diffutils util-linux
2121
;;
22-
opensuse-leap-*)
23-
zypper install -y make cmake gcc-c++ gcc11-c++ glibc-devel-static tar diffutils util-linux
24-
;;
25-
opensuse-tumbleweed-*)
22+
opensuse-*)
2623
zypper install -y make cmake gcc-c++ glibc-devel-static tar diffutils util-linux
2724
;;
2825
gentoo-*)

src/mold-wrapper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <string.h>
1010
#include <unistd.h>
1111

12-
#if !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
12+
#if __has_include(<alloca.h>)
1313
# include <alloca.h>
1414
#endif
1515

File renamed without changes.

0 commit comments

Comments
 (0)