Home
last modified time | relevance | path

Searched refs:RTARCH (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/lib/libcompiler_rt/
H A DMakefile21 RTARCH= x86_64 macro
23 RTARCH= ppc macro
25 RTARCH= riscv macro
27 RTARCH= ${MACHINE_ARCH} macro
30 .PATH: ${.CURDIR}/../../llvm/compiler-rt/lib/builtins/${RTARCH}
150 .if ${RTARCH} != "arm"
173 .if ${RTARCH} == "i386"
190 . if exists(${.CURDIR}/../../llvm/compiler-rt/lib/builtins/${RTARCH}/${file}.S)
197 .if ${RTARCH} == "aarch64"
223 …c_${pat}${size}_${model}.S: Makefile ${.CURDIR}/../../llvm/compiler-rt/lib/builtins/${RTARCH}/lse.S
[all …]