summaryrefslogtreecommitdiffstats
path: root/rules/host-cxxtools.make
diff options
context:
space:
mode:
authorBernhard Sessler <bernhard.sessler@corscience.de>2014-02-18 08:40:25 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-18 11:47:58 +0100
commit7fb9566bad04ac1c13a8c5561d5f0efb84a7dfc0 (patch)
treefbdbaa31513da117a7101dc548f4ad2cc6036a96 /rules/host-cxxtools.make
parentbf4eb29f27da0f239e95864149afc688c18d42f0 (diff)
downloadptxdist-7fb9566bad04ac1c13a8c5561d5f0efb84a7dfc0.tar.gz
ptxdist-7fb9566bad04ac1c13a8c5561d5f0efb84a7dfc0.tar.xz
cxxtools: Add host package
Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-cxxtools.make')
-rw-r--r--rules/host-cxxtools.make32
1 files changed, 32 insertions, 0 deletions
diff --git a/rules/host-cxxtools.make b/rules/host-cxxtools.make
new file mode 100644
index 000000000..dfe64f0fc
--- /dev/null
+++ b/rules/host-cxxtools.make
@@ -0,0 +1,32 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Bernhard Seßler <bernhard.sessler@corscience.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
+#
+HOST_PACKAGES-$(PTXCONF_HOST_CXXTOOLS) += host-cxxtools
+
+#
+# Paths and names
+#
+HOST_CXXTOOLS_DIR := $(HOST_BUILDDIR)/$(CXXTOOLS)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_CXXTOOLS_CONF_TOOL := autoconf
+HOST_CXXTOOLS_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-dependency-tracking \
+ --disable-unittest \
+ --disable-demos
+
+# vim: syntax=make