1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-27 10:23:41 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-10-22 20:25:35 +09:00
parent e9708df0dd
commit f2f5b68058

View File

@ -117,6 +117,10 @@ implemented and tested with benchmarks. Here is a brain dump:
programs rarely use linker scripts, so it shouldn't be a roadblock
for most projects.
- mold emits Linux executables and runs only on Linux. I won't avoid
Unix-ism when writing code (e.g. I'll probably use fork(2)).
I don't want to think about portability until mold becomes a thing
that's worth to be ported.
## Details