1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 17:39:56 +03:00
Commit Graph

140 Commits

Author SHA1 Message Date
Rui Ueyama
1227897ab0 Update README 2022-09-09 18:08:02 +08:00
Rui Ueyama
b7bfe418ba Bump mold version to 1.4.2 2022-09-04 12:59:58 +08:00
Rui Ueyama
0a80016276 Update README 2022-08-20 09:41:03 +08:00
Nick Gerace
97737a32ec Add Rust macOS instructions to README
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
2022-08-18 13:45:55 -04:00
Rui Ueyama
19d9255d72 Bump mold version to 1.4.1 2022-08-18 16:27:51 +08:00
Rui Ueyama
bfba468ddd Add a description for mold/macOS 2022-08-17 17:41:14 +08:00
Rui Ueyama
0bbad93d02 Add a link to the man page 2022-08-14 15:06:52 +08:00
Rui Ueyama
7177f7442b Bump mold version to 1.4.0 2022-08-04 20:47:21 +08:00
Rui Ueyama
135e6465c9 Add sponsor names 2022-08-04 15:22:45 +08:00
Rui Ueyama
7f7d10cc89 Bump mold version to 1.3.1 2022-07-01 16:15:37 +08:00
Rui Ueyama
a9a8205be2 Bump mold version to 1.3.0 2022-06-18 11:29:18 +08:00
Rui Ueyama
485877a826 Update README 2022-06-03 19:38:35 +08:00
Rui Ueyama
64f0ba4a9a Update README 2022-05-14 14:47:38 +08:00
Martin Liska
d1ade871f0 README: GCC 12.1 is already released
Signed-off-by: Martin Liska <mliska@suse.cz>
2022-05-09 11:11:08 +02:00
Rui Ueyama
9fbd71ec6b Update README 2022-05-06 12:38:34 +08:00
Rui Ueyama
3f545317c9 Update README 2022-04-28 20:23:55 +08:00
Rui Ueyama
c8d8f86a52 Bump mold version to 1.2.1 2022-04-28 17:51:29 +08:00
Rui Ueyama
b516828b37 Add a script to install build dependencies 2022-04-23 18:34:40 +08:00
Rui Ueyama
8dddd98dfd Update README 2022-04-20 10:14:42 +08:00
Rui Ueyama
17f16d016c Update README 2022-04-20 10:00:48 +08:00
Rui Ueyama
c4c7e45886 Remove the logo from README
Sensitivity to this kind of image varies and could be an unneeded
friction to adopt the mold linker.
2022-04-16 11:00:17 +08:00
Rui Ueyama
f86868cb38 Bump mold version to 1.2.0 2022-04-15 17:08:14 +08:00
Rui Ueyama
a2fa4e5ecc Update README 2022-04-10 09:08:05 +08:00
Rui Ueyama
b5788e0caa [ELF] Document new command line options 2022-04-08 18:37:29 +08:00
Rui Ueyama
c1af9c97e7 Bump mold version to 1.1.1 2022-03-07 19:38:14 +09:00
Rui Ueyama
e47c67727c Update README 2022-02-22 11:50:54 +09:00
Rui Ueyama
89612b7096 Bump mold version to 1.1 2022-02-20 16:40:17 +09:00
Rui Ueyama
064be343f5 Remove build-static.sh as the statically-linked mold can't do LTO
This commit removes build-static.sh because statically-linked mold
executable can't generally dlopen a shared library and therefore can't
load the linker LTO plugin.

Now, build-dynamic.sh is renamed dist.sh and recommended for general
use.
2022-02-19 12:00:51 +09:00
Rui Ueyama
e18eaac3eb Update README 2022-02-13 15:18:08 +09:00
Sylvestre Ledru
5c5d50929e Improve the wording
Patch by Josh Triplett
https://salsa.debian.org/pkg-llvm-team/mold/-/merge_requests/8/diffs

Signed-off-by: Sylvestre Ledru <sylvestre@debian.org>
2022-02-12 22:53:19 +01:00
Rui Ueyama
818971841f Update documents 2022-02-03 20:17:10 +09:00
Rui Ueyama
a380c1675f Update README 2022-02-01 10:00:03 +09:00
Rui Ueyama
c6e4fb56b4 Bump mold version to 1.0.3 2022-01-30 19:57:30 +09:00
Rui Ueyama
1de4874478 Update README 2022-01-30 10:01:11 +09:00
Rui Ueyama
b23f8e067c Update README
We now have an instruction as to how to use mold for Rust. `mold -run
cargo build` is not recommended, so remove it from our README.
2022-01-25 11:16:12 +09:00
Rui Ueyama
6fb64656b9 Bump mold version to 1.0.2 2022-01-23 17:19:40 +09:00
Rui Ueyama
0540f2c10b Update README
Fixes https://github.com/rui314/mold/issues/282
2022-01-20 09:10:21 +09:00
Rui Ueyama
267125e5b1 Update README 2022-01-18 13:07:34 +09:00
Rui Ueyama
24b629a216 Add information about compiler and standard library versions
Fixes https://github.com/rui314/mold/issues/265
2022-01-12 13:47:07 +09:00
Rui Ueyama
2464a5551a Update README 2022-01-11 00:20:23 +09:00
Rui Ueyama
f4a37b2e95 Do not use clang/clang++ as the default compilers
mold does not have to be built with clang/clang++, so don't use
these compiler frontends.

mold also doesn't have be built with g++ (GNU C++ compiler).
We use `c++` command instead.

Fixes https://github.com/rui314/mold/issues/261
2022-01-07 18:45:05 +09:00
Rui Ueyama
cb2b4b8f72 Bump mold version to 1.0.1 2021-12-31 14:10:03 +09:00
Rui Ueyama
1c6c8c3479 Update README 2021-12-29 21:36:06 +09:00
Rui Ueyama
99866f01b2 Update README as GCC 12.1.0 or later accepts -fuse-ld=mold
Fixes https://github.com/rui314/mold/issues/205
2021-12-29 21:21:45 +09:00
Rui Ueyama
e8dcecfff0 [ELF] Create a symlink to mold as /usr/libexec/mold/ld
So that you can pass that directory name as an argument for `-B`.
2021-12-27 13:37:35 +09:00
Rui Ueyama
cfccfc247d Update README 2021-12-27 12:25:44 +09:00
Rui Ueyama
e65560f963 Add the Repology badge 2021-12-22 19:59:39 +09:00
Rui Ueyama
75bd303b15
Merge branch 'main' into main 2021-12-16 21:02:00 +09:00
Mark Nefedov
c77271aa56
Add libstdc++-devel to fedora dependencies.
In build environments such as SUSE OBS or Fedora COPR build fails without clang standard library.

https://build.opensuse.org/package/show/home:MarkNefedov/mold
2021-12-16 14:35:46 +03:00
Frederik Baetens
031ee33093 fix clang pkg name in fedora instructions 2021-12-16 12:22:30 +01:00