summaryrefslogtreecommitdiffstats
path: root/rules/cross-toolchain.make
blob: b9777a0c2c78edcd4883170d54d9b6d24535984a (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
29
30
# -*-makefile-*-
#
# Copyright (C) 2006 by Robert Schwebel
#
# 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_TOOLCHAIN) += cross-toolchain

CROSS_TOOLCHAIN_LICENSE := ignore

# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------

CROSS_TOOLCHAIN_PTXCONFIG := \
	$(PTXDIST_SYSROOT_CROSS)$(PTXCONF_PREFIX_CROSS)/bin/ptxconfig

$(STATEDIR)/cross-toolchain.install:
	@$(call targetinfo)
	@install -vD -m644 $(PTXDIST_PTXCONFIG) $(CROSS_TOOLCHAIN_PTXCONFIG)
	@$(call touch)

# vim: syntax=make