summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-07-11 13:03:26 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-07-11 13:06:15 (EDT)
commita1a31353a479cce3c590dec290ed1e9413619124 (patch)
treec698b79e9b211a2e8310005227d326c4b0e64599 /resources/scripts/helpers/build/module
parentab4d49ce5399a6a3f3f4f6391beaeddb7b2fabc2 (diff)
downloadlibreboot-a1a31353a479cce3c590dec290ed1e9413619124.zip
libreboot-a1a31353a479cce3c590dec290ed1e9413619124.tar.gz
libreboot-a1a31353a479cce3c590dec290ed1e9413619124.tar.bz2
build/module/coreboot: Don't build crossgcc automatically
Don't download it, either.
Diffstat (limited to 'resources/scripts/helpers/build/module')
-rwxr-xr-xresources/scripts/helpers/build/module/coreboot5
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot
index 3d93c8d..1522196 100755
--- a/resources/scripts/helpers/build/module/coreboot
+++ b/resources/scripts/helpers/build/module/coreboot
@@ -42,11 +42,6 @@ make
# done. go back to coreboot dir
cd "../../"
-# -------------------------------------
-# build reference crossGCC for coreboot
-# -------------------------------------
-make crossgcc-i386
-
# done. go back to main libreboot_src directory
cd "../"