File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,22 @@ upstream sources exists in $(DISTDIR), it will be used; the default location
46
46
is /var/cache/distfiles. Your computer will need about 8 GiB of disk space to
47
47
complete the process.
48
48
49
+ ### Clean Installation
50
+
51
+ It is recommended to do clean builds to avoid problems with outdated stamp
52
+ files. This can be done with the following commands where ` $RISCV ` is the
53
+ install path used by the previous build:
54
+
55
+ rm -r $RISCV
56
+ git clean -fXd
57
+
58
+ ` configure ` can then be rerun.
59
+
60
+ Partial rebuilds can be done by deleting the respective files in ` stamps/ ` and
61
+ rerunning ` make ` but is not recommended if the sources have changed due to
62
+ possible interdependencies of the steps.
63
+
64
+
49
65
### Installation (Newlib)
50
66
51
67
To build the Newlib cross-compiler, pick an install path (that is writeable).
You can’t perform that action at this time.
0 commit comments