Lines Matching refs:triple
55 triple = '--target=%s' % target.triple
56 if target.triple == 'riscv64-linux-gnu':
64 'CFLAGS': '%s %s' % (triple, sysroot),
65 'LDFLAGS': '%s %s -static-libstdc++' % (triple, sysroot),
68 triple = '--target=%s' % target.triple
85 (triple, sysroot, cxx_include),
90 '%s %s' % (triple, sysroot),
237 '--build=' + host_target.triple,
238 '--host=' + target.triple,