aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorCody Holliday <9455568+Codysseus@users.noreply.github.com>2019-04-04 14:57:50 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-04-04 14:57:50 +0200
commite5d1b3ac44472b1e7741da6bbcc0e655b931025e (patch)
treef3604a88eae1a9ae3a7492e47fa4a55fef914134 /AUTHORS
parent1ee782d53c445be1996975e1c7fd2b7bb063d4b7 (diff)
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+.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 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