m5: clean before build to not break across archs

build-buildroot: fix exception...
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-28 00:00:02 +00:00
parent 11fedc6045
commit f9eb0b72de
3 changed files with 8 additions and 2 deletions

View File

@@ -2179,6 +2179,10 @@ We used to "support" it until f8c0502bb2680f2dbe7c1f3d7958f60265347005 (it boote
If you want to revive and maintain it, send a pull request.
=== Other architectures
It should not be too hard to port this repository to any architecture that Buildroot supports. Pull requests are welcome.
== init
When the Linux kernel finishes booting, it runs an executable as the first and only userland process. This executable is called the `init` program.