From 8241c45f0d6762729a9f02e41ca04784d210e259 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 05 Nov 2015 22:08:47 -0500 Subject: build/module/coreboot: also build crossgcc arm --- (limited to 'docs/maintain/index.html') diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 3a0da0a..f71d67e 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -395,25 +395,18 @@

Finally, re-build the parts from coreboot that are used - by the build system:
+ by the build system (also builds GCC):
$ ./build module coreboot

- -

- You also need to build crossgcc:
- $ cd coreboot/
- $ make crossgcc-i386
- $ make crossgcc-arm
- $ cd ../ -

- Instead of running the above command, you can save time + Before running the above command, you can save time by copying out the crossgcc that you compiled before (from coreboot/util/crossgcc/) and then putting it back. After you've done that, run everything in resources/scripts/helpers/build/module/coreboot except for the part that builds GCC. + Only do this if the version is correct.

-- cgit v0.9.1