aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--affinity_tools/Makefile2
-rw-r--r--bl-agitator/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/affinity_tools/Makefile b/affinity_tools/Makefile
index fe07b7e..06219fa 100644
--- a/affinity_tools/Makefile
+++ b/affinity_tools/Makefile
@@ -1,4 +1,4 @@
-CROSS_COMPILE ?= arm-linux-gnueabi-
+CROSS_COMPILE ?= arm-linux-gnueabihf-
CC = $(CROSS_COMPILE)gcc
SOURCES = affinity_tools.c
diff --git a/bl-agitator/Makefile b/bl-agitator/Makefile
index 38c747e..3db23ea 100644
--- a/bl-agitator/Makefile
+++ b/bl-agitator/Makefile
@@ -1,4 +1,4 @@
-CROSS_COMPILE ?= arm-linux-gnueabi-
+CROSS_COMPILE ?= arm-linux-gnueabihf-
CC = $(CROSS_COMPILE)gcc
SOURCES = bl-agitator.c