diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 21:53:47 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 21:53:47 +0100 |
commit | afedb2e7c684d5bffa7233f7955d99c1bdb06197 (patch) | |
tree | 01321cb113573ac5d0a5651a3567a800bbf8b44c | |
parent | 47642b6cabf68a3fc56cb04e0f305165905c2344 (diff) | |
download | librebootfr-afedb2e7c684d5bffa7233f7955d99c1bdb06197.tar.gz librebootfr-afedb2e7c684d5bffa7233f7955d99c1bdb06197.zip |
builddeps-coreboot: use 'make crossgcc-i386'
Libreboot currently only supports x86 boards, so crossgcc-arm isn't need.
-rwxr-xr-x | builddeps-coreboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot index e46cecf6..e074eabc 100755 --- a/builddeps-coreboot +++ b/builddeps-coreboot @@ -55,7 +55,7 @@ rm -rf grub.elf # build reference crossGCC for coreboot make crossgcc-clean -make crossgcc +make crossgcc-i386 # build libpayload cd payloads/libpayload |