fix GNU_HOST_NAME for non-linux machines
SVN-Revision: 4865
This commit is contained in:
parent
7a4f8fa7aa
commit
ce3253be55
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue