aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git/cross_compile_check.patch
blob: f009cb97f70123a2428bbdd389399709c6235d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Rules.mak b/Rules.mak
index 84baa97..571da05 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -158,7 +158,7 @@ endif
 comma:=,
 space:= #
 
-ifndef CROSS_COMPILE
+ifeq ($(CROSS_COMPILE),)
 CROSS_COMPILE=$(call qstrip,$(CROSS_COMPILER_PREFIX))
 endif