summaryrefslogtreecommitdiffstats
path: root/rules/cross-insight.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-insight.make')
-rw-r--r--rules/cross-insight.make44
1 files changed, 0 insertions, 44 deletions
diff --git a/rules/cross-insight.make b/rules/cross-insight.make
deleted file mode 100644
index 9f38fede2..000000000
--- a/rules/cross-insight.make
+++ /dev/null
@@ -1,44 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 by Sascha Hauer
-# 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-CROSS_PACKAGES-$(PTXCONF_CROSS_INSIGHT) += cross-insight
-
-#
-# Paths and names
-#
-CROSS_INSIGHT_VERSION := 6.8-1
-CROSS_INSIGHT_MD5 := 4ee9824c1e8d6108d886c6c09b24f0ac
-CROSS_INSIGHT := insight-$(CROSS_INSIGHT_VERSION)
-CROSS_INSIGHT_SUFFIX := tar.bz2
-CROSS_INSIGHT_URL := ftp://sourceware.org/pub/insight/releases/$(CROSS_INSIGHT).$(CROSS_INSIGHT_SUFFIX)
-CROSS_INSIGHT_SOURCE := $(SRCDIR)/$(CROSS_INSIGHT).$(CROSS_INSIGHT_SUFFIX)
-CROSS_INSIGHT_DIR := $(CROSS_BUILDDIR)/$(CROSS_INSIGHT)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-CROSS_INSIGHT_CONF_ENV := \
- $(HOST_CROSS_ENV) \
- MAKEINFO=:
-
-#
-# autoconf
-#
-CROSS_INSIGHT_CONF_TOOL := autoconf
-CROSS_INSIGHT_CONF_OPT := \
- $(HOST_CROSS_AUTOCONF) \
- --disable-werror
-
-# vim: syntax=make