mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2025-02-17 04:07:47 +00:00
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
[binaries]
|
|
c = ['clang', '-target', 'i386-pc-linux-gnu']
|
|
cpp = ['clang++', '-target', 'i386-pc-linux-gnu']
|
|
c_ld = 'lld'
|
|
cpp_ld = 'lld'
|
|
|
|
[target_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86'
|
|
cpu = 'i686'
|
|
endian = 'little'
|