summaryrefslogtreecommitdiffstats
path: root/platforms/paths.in
blob: cbb064218897695261608da057169946a2db6cc2 (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
## SECTION=architecture_options

menu "paths & directories           "

config SYSROOT_TARGET
	prompt "sysroot for target"
	string
	default "${PTXDIST_PLATFORMDIR}/sysroot-target"
	help
	  The SYSROOT_TARGET directory is the SYSROOT for all files being
	  installed for the 'target' system. A sane default for this is

	  ${PTXDIST_PLATFORMDIR}/sysroot-target.

	  Use this one unless you do exactly know what you are doing.

	  PTXdist uses a sysroot/destdir mechanism, which means that packets
	  are being installed with

	  	make install DESTDIR=$(SYSROOT)

config SYSROOT_HOST
	string
	default "${PTXDIST_PLATFORMDIR}/sysroot-host"

config SYSROOT_CROSS
	string
	default "${PTXDIST_PLATFORMDIR}/sysroot-cross"

endmenu