diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) endif ifndef CROSS -CROSS=$(subst ",, $(strip $(CROSS_COMPILE))) +CROSS=$(subst ",, $(strip $(CROSS_COMPILER_PREFIX))) #" endif # A nifty macro to make testing gcc features easier |