aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-07-24 11:40:28 +0100
committerRon Yorston <rmy@pobox.com>2017-07-24 12:03:28 +0100
commit60411636073cdc08e8005f0de00098e6dd00eaf5 (patch)
tree58673b64af1e663280be81f798c8f66ce116d1dd /Makefile
parenteeceafbc5c4caf513c6d92b7d71ecb0ccd89a3f8 (diff)
parentb72f1ef17b97802d33f0ac522f64bea0f65442c5 (diff)
downloadbusybox-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f3bc7ec0..47bdaf7ad 100644
--- a/Makefile
+++ b/Makefile
@@ -178,7 +178,7 @@ endif
178# SUBARCH is subsequently ignored. 178# SUBARCH is subsequently ignored.
179 179
180ifneq ($(CROSS_COMPILE),) 180ifneq ($(CROSS_COMPILE),)
181SUBARCH := $(shell echo $(CROSS_COMPILE) | cut -d- -f1) 181SUBARCH := $(shell echo $(CROSS_COMPILE) | cut -d- -f1 | sed 's:^.*/::g')
182else 182else
183SUBARCH := $(shell uname -m) 183SUBARCH := $(shell uname -m)
184endif 184endif