Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Aug 30, 2024
1 parent 4645248 commit a3e6950
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ ubuntu-* | pop-* | linuxmint-* | debian-* | raspbian-*)
fedora-* | amzn-* | rhel-*)
dnf install -y gcc-g++ cmake glibc-static libstdc++-static diffutils util-linux
;;
opensuse-leap-*)
zypper install -y make cmake gcc-c++ gcc11-c++ glibc-devel-static tar diffutils util-linux
;;
opensuse-tumbleweed-*)
opensuse-*)
zypper install -y make cmake gcc-c++ glibc-devel-static tar diffutils util-linux
;;
gentoo-*)
Expand Down
2 changes: 1 addition & 1 deletion src/mold-wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <string.h>
#include <unistd.h>

#if !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
#if __has_include(<alloca.h>)
# include <alloca.h>
#endif

Expand Down
File renamed without changes.

0 comments on commit a3e6950

Please sign in to comment.