mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-24 11:27:44 +00:00
fix GNU_HOST_NAME for non-linux machines
SVN-Revision: 4865
This commit is contained in:
@@ -76,7 +76,7 @@ HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \
|
||||
-e 's/i[3-9]86/i386/' \
|
||||
)
|
||||
|
||||
GNU_HOST_NAME:=$(HOST_ARCH)-pc-linux-gnu
|
||||
GNU_HOST_NAME:=$(shell $(HOSTCC) -dumpmachine)
|
||||
|
||||
TARGET_CONFIGURE_OPTS:= \
|
||||
AR=$(TARGET_CROSS)ar \
|
||||
|
||||
Reference in New Issue
Block a user