From e5d1b3ac44472b1e7741da6bbcc0e655b931025e Mon Sep 17 00:00:00 2001 From: Cody Holliday <9455568+Codysseus@users.noreply.github.com> Date: Thu, 4 Apr 2019 14:57:50 +0200 Subject: sys/targets: fix arm target compiler prefix sys/targets/targets.go: Change 'arm-linux-gnueabihf-' to 'arm-linux-gnueabi-' in the arm target since target ISA is armv6 and armhf is armv7+. --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') 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 -- cgit mrf-deployment