benefits: Mention porting benefit.

Suggested by Daniel Schepler.
This commit is contained in:
Ricardo Wurmus 2017-01-11 21:29:51 +01:00
parent 447f54117d
commit 779644445e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
(h2 [For distributors])
(p [Bootstrappable implementations provide clear provenance tracking:
the dependency graph of your distribution packages shows how each binary was obtained.])
(p [Having an automated process for bootstrapping your distribution on existing architectures greatly simplifies porting to new architectures.
With a formalised system bootstrap process you can just focus on issues specific to the new architecture.])
(h2 [For developers])
(p [If you are a compiler writer, making your compiler bootstrappable from a different language will simplify the development process (no need to carry large pre-built binaries around).