1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 01:18:53 +03:00
Commit Graph

42 Commits

Author SHA1 Message Date
Rui Ueyama
3104ce1dd2 Update the rule for Gentoo 2024-04-23 22:14:17 +09:00
Rui Ueyama
d213f2b25d Add a rule for Clear Linux 2024-04-23 21:49:15 +09:00
Rui Ueyama
62bfc5fd8c Remove unnecessary dependencies 2024-04-13 21:13:13 +09:00
Rui Ueyama
081e447a1b Simplify 2024-03-02 17:42:57 +09:00
Rui Ueyama
cefa2d9100 Add Red Hat Enterprise Linux
Fixes https://github.com/rui314/mold/issues/1191
2024-02-20 15:11:42 +09:00
Badini Rachid Rodrigue
a4daff2d83
Add entry for EndeavouOS (#1165)
---------

Co-authored-by: BADINI Rachid Rodrigue <bsrodrigue@gmail.com>
2023-12-12 04:08:42 +09:00
Rui Ueyama
f957acfe11 Add an entry for Amazon Linux 2023-11-24 09:30:56 +09:00
Rahul Garg
9eac818254
Add support for artix
Summary
----
This PR adds support for [Artix OS](https://artixlinux.org/).
2023-10-18 23:56:42 -06:00
Rui Ueyama
a1b81b249f Add a rule for Asahi Linux 2023-08-26 14:37:48 +09:00
Rui Ueyama
fad4c1b56c Disable tests in the bundled zlib 2023-08-19 13:55:03 +09:00
Rui Ueyama
3c8868280d Remove unnecessary build dependencies 2023-08-19 13:38:11 +09:00
Romain Geissler
bd39bfdc5b
Removing remaining openssl mentions following the move to Blake3. 2023-08-16 10:19:38 +00:00
Rui Ueyama
5f5e73360b Add build dependencies for Alpine Linux 2023-07-27 21:48:53 +09:00
Rui Ueyama
00af084416 Remove an unnecessary dependency 2023-01-18 12:45:08 +08:00
Rui Ueyama
06ec355e88 Improve instal-build-deps script
voidlinux/voidlinux Docker image doesn't contain bash, so we should
eliminate the dependency to bash from this script.
2023-01-14 12:00:49 +08:00
rilysh
fda7657eab add: build deps for Void Linux
Install build dependencies when compiling mold on Void Linux

Signed-off-by: rilysh <luhamailbox@gmail.com>
2023-01-14 01:06:06 +00:00
Rui Ueyama
2b7b45c8d1 Automatically download the latest repo files 2022-11-13 19:17:16 +08:00
Rui Ueyama
af6475caa7 Do not use hexdump command
hexdump is not universally available, while od seems to be defined by POSIX.
2022-10-24 16:19:01 +08:00
Rui Ueyama
2dc1fecb02 Update comments 2022-10-21 17:15:51 +08:00
Rafał Harabień
850627e7c9
Add Linux Mint support in install-build-deps.sh
Should fix following error on Linux Mint 21:
```
Error: don't know anything about build dependencies on linuxmint-21
```
2022-10-02 16:30:30 +02:00
Rui Ueyama
d1d6c00e0c Improve a script 2022-09-29 15:53:08 +08:00
Rui Ueyama
3bf3709799 Add a missing dependency
We need `util-linux` package for `hexdump`
2022-09-29 15:46:06 +08:00
Rui Ueyama
95ad47ca7d Bump mold version to 1.5.0 2022-09-27 14:23:31 +08:00
Rui Ueyama
b4c148dd0c Do not over-specify distro version 2022-09-14 11:24:23 +08:00
Rui Ueyama
1a0a242c45 Add Rasbian OS 2022-09-01 12:02:59 +08:00
Rui Ueyama
49ec4671fb Eliminate all uses of Python3 2022-08-20 12:29:03 +08:00
Rui Ueyama
b2c6206aa9 Add a script to create a .cc file containing the current git hash 2022-08-08 20:31:02 +08:00
Rui Ueyama
e30e8e363a git is no longer a build-time dependency 2022-08-06 08:57:24 +08:00
Rui Ueyama
4739e5f724 Add Pop!_OS
https://github.com/rui314/mold/pull/599
2022-08-06 08:53:01 +08:00
Rui Ueyama
5f8609fe7a Improve error message 2022-08-05 14:47:30 +08:00
Rui Ueyama
76cb2f917f git is no longer a build dependency 2022-08-05 14:40:41 +08:00
Rui Ueyama
627cb0664c Avoid possible accidental prefix match 2022-08-05 14:40:15 +08:00
Rui Ueyama
70d5f60aa1 Make pacman non-interactive 2022-07-14 13:44:40 +08:00
Rui Ueyama
4335732d5d Relax version match conditions 2022-07-14 13:02:46 +08:00
aslikr42069
dabe283e4a Add support to install deps on Arch 2022-07-13 21:54:09 -05:00
Rui Ueyama
ae29091aa6 Tidy up a script
Fixes https://github.com/rui314/mold/issues/525
2022-05-26 21:46:18 +08:00
Rui Ueyama
69d23bc10f Update dependencies 2022-05-14 14:26:41 +08:00
Rui Ueyama
a6c3f3c082 Add more dependencies 2022-05-14 14:11:18 +08:00
Rui Ueyama
27409530d7 Add rules for OpenSUSE 2022-05-14 13:47:10 +08:00
Rui Ueyama
c64fc2ea6d Add a rule for Gentoo Linux 2022-05-13 10:50:18 +08:00
Rui Ueyama
4ef90d4316 Do not use pkg-config
We are not using pkg-config for zlib, so I think we can live without
it for libcrypto too.
2022-05-11 15:32:51 +08:00
Rui Ueyama
b516828b37 Add a script to install build dependencies 2022-04-23 18:34:40 +08:00