aboutsummaryrefslogtreecommitdiff
path: root/cross/ownstdlib.txt
blob: 46e99f7a6af91ec16dd848b1ecb08c72a39988fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is a setup for compiling a program that runs natively
# but uses a custom std lib. This test will only work on
# x86_64.

[target_machine]
system = 'linux'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'

[properties]

c_stdlib = ['mylibc', 'mylibc_dep'] # Subproject name, dependency name