summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-10 23:19:24 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-04-11 21:10:34 +0200
commitce3bd8da2aa10b9e7a6051aa2ef6b57ab58b7236 (patch)
tree56b48f528057b300764c11ee993d7d86eacc583f /package/Makefile.in
parentec66816ad5e277ecf0833d986a0f0a372d835536 (diff)
downloadbuildroot-novena-ce3bd8da2aa10b9e7a6051aa2ef6b57ab58b7236.tar.gz
buildroot-novena-ce3bd8da2aa10b9e7a6051aa2ef6b57ab58b7236.zip
Get rid of now unused HOST_ARCH computation code
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 8f1a29db2..43ff2ddad 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -174,20 +174,6 @@ HOST_PATH=$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(PATH)
HOSTCC_VERSION:=$(shell $(HOSTCC) --version | \
sed -n 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)[ ]*.*$$/\1\2\3/p')
-HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \
- -e 's/sparc.*/sparc/' \
- -e 's/arm.*/arm/g' \
- -e 's/m68k.*/m68k/' \
- -e 's/ppc/powerpc/g' \
- -e 's/v850.*/v850/g' \
- -e 's/sh[234]/sh/' \
- -e 's/mips-.*/mips/' \
- -e 's/mipsel-.*/mipsel/' \
- -e 's/cris.*/cris/' \
- -e 's/i[3-9]86/i386/' \
- -e 's/xtensa.*/xtensa/' \
- )
-
TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \
AR="$(TARGET_AR)" \
AS="$(TARGET_AS)" \