summaryrefslogtreecommitdiffstats
path: root/rules/host-attr.make
blob: 5d4447b080ac76d83e54859396ff3cc722d08e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*-makefile-*-
#
# Copyright (C) 2009 by Carsten Schlote <c.schlote@konzeptpark.de>
#               2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_ATTR) += host-attr

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

# autoconf
#
HOST_ATTR_CONF_TOOL	:= autoconf
HOST_ATTR_CONF_OPT	:= \
	$(HOST_AUTOCONF) \
	--disable-nls \
	--disable-rpath \
	--disable-debug

# vim: syntax=make