diff options
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ endif comma:=, space:= # -ifndef CROSS_COMPILE +ifeq ($(CROSS_COMPILE),) CROSS_COMPILE=$(call qstrip,$(CROSS_COMPILER_PREFIX)) endif |
index : uclibc-ng.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Rules.mak | 2 |
@@ -158,7 +158,7 @@ endif comma:=, space:= # -ifndef CROSS_COMPILE +ifeq ($(CROSS_COMPILE),) CROSS_COMPILE=$(call qstrip,$(CROSS_COMPILER_PREFIX)) endif |