aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLucas Tanure <tanure@linux.com>2019-05-11 09:35:13 +0100
committerLucas Tanure <tanure@linux.com>2019-05-11 09:35:13 +0100
commit242841cd14737fba9be817484a8ba13c00b16727 (patch)
treedc127544b371532c67e7f215c10b997c24ab4c17 /src
parent1d2302a566935bf213f4f110a7f98c8f8a655d07 (diff)
makefile: Don't overwrite CROSS_COMPILE variable
Signed-off-by: Lucas Tanure <tanure@linux.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index fde31e4..aa00484 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,6 @@ ifdef DEB_HOST_MULTIARCH
LIBDIR := $(LIBDIR)/$(DEB_HOST_MULTIARCH)
endif
-CROSS_COMPILE =
CC = $(CROSS_COMPILE)gcc
AR = $(CROSS_COMPILE)ar
LD = $(CROSS_COMPILE)gcc