aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--CONTRIBUTORS1
-rw-r--r--sys/targets/targets.go2
3 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 1ef1da850..68911562f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,3 +33,4 @@ Siddharth Muralee
Dan Robertson
Mark Johnston
Mellanox Technologies
+Cody Holliday
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index c3404fedf..660123815 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -47,3 +47,4 @@ Dan Robertson
Mark Johnston
Mellanox Technologies
Noa Osherovich
+Cody Holliday
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index eaf6cc80e..da8c568fe 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -156,7 +156,7 @@ var List = map[string]map[string]*Target{
PageSize: 4 << 10,
CFlags: []string{"-D__LINUX_ARM_ARCH__=6", "-m32", "-D__ARM_EABI__"},
CrossCFlags: []string{"-D__LINUX_ARM_ARCH__=6", "-march=armv6", "-static"},
- CCompilerPrefix: "arm-linux-gnueabihf-",
+ CCompilerPrefix: "arm-linux-gnueabi-",
KernelArch: "arm",
KernelHeaderArch: "arm",
},