diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ endif | |||
178 | # SUBARCH is subsequently ignored. | 178 | # SUBARCH is subsequently ignored. |
179 | 179 | ||
180 | ifneq ($(CROSS_COMPILE),) | 180 | ifneq ($(CROSS_COMPILE),) |
181 | SUBARCH := $(shell echo $(CROSS_COMPILE) | cut -d- -f1) | 181 | SUBARCH := $(shell echo $(CROSS_COMPILE) | cut -d- -f1 | sed 's:^.*/::g') |
182 | else | 182 | else |
183 | SUBARCH := $(shell uname -m) | 183 | SUBARCH := $(shell uname -m) |
184 | endif | 184 | endif |