diff options
author | Ron Yorston <rmy@pobox.com> | 2017-07-24 11:40:28 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-07-24 12:03:28 +0100 |
commit | 60411636073cdc08e8005f0de00098e6dd00eaf5 (patch) | |
tree | 58673b64af1e663280be81f798c8f66ce116d1dd /Makefile | |
parent | eeceafbc5c4caf513c6d92b7d71ecb0ccd89a3f8 (diff) | |
parent | b72f1ef17b97802d33f0ac522f64bea0f65442c5 (diff) | |
download | busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.gz busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.bz2 busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.zip |
Merge branch 'busybox' into merge
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 |