fix GNU_HOST_NAME for non-linux machines

SVN-Revision: 4865
This commit is contained in:
Felix Fietkau 2006-09-27 13:11:47 +00:00
parent 7a4f8fa7aa
commit ce3253be55
1 changed files with 1 additions and 1 deletions

View File

@ -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 \