ownstdlib.txt 304 B

1234567891011121314
  1. # This is a setup for compiling a program that runs natively
  2. # but uses a custom std lib. This test will only work on
  3. # x86_64.
  4. [target_machine]
  5. system = 'linux'
  6. cpu_family = 'x86_64'
  7. cpu = 'x86_64'
  8. endian = 'little'
  9. [properties]
  10. c_stdlib = ['mylibc', 'mylibc_dep'] # Subproject name, dependency name