commit | c822ed487b96690ba9caa88c25af97943fd82f93 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Thu Apr 04 13:15:23 2019 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Thu Apr 04 13:16:02 2019 +1030 |
tree | 06d4a113a549902bceafda333560edae0199fa6e | |
parent | f5a982995096fcd33e62b8a4f42f8fb8805e2fd1 [diff] [blame] |
kernel-build-setup: Correct name of cross compiler Change-Id: I69eaf915865b84b03b6e06390c81b200fefe98f9 Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/kernel-build-setup.sh b/kernel-build-setup.sh index 075731e..9c5f7cb 100755 --- a/kernel-build-setup.sh +++ b/kernel-build-setup.sh
@@ -108,7 +108,7 @@ if [ "${distro}" == "fedora" ]; then CROSS_COMPILER="arm-linux-gnu-" else - CROSS_COMPILER="arm-none-eabi-" + CROSS_COMPILER="arm-linux-gnueabi-" fi # Record the version in the logs