Skip to content

Commit

Permalink
Add specific instructions on removing a primitive.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Feb 28, 2024
1 parent b2cd7e5 commit db30ce9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BOOTSTRAP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ There are five steps to renaming a primitive:
It is desirable for bootstraps to be easily repeatable, so you should commit
changes after step 4.

To remove a primitive, start with a working build of the compiler eg `./configure && make`
then and only then remove the primitive and repeat steps 4 and 5 above.

= Bootstrap test script

A script is provided (and used on Inria's continuous
Expand Down

0 comments on commit db30ce9

Please sign in to comment.