]>
Commit | Line | Data |
---|---|---|
1 | # searching ppc directory as a fallback to avoid unnecessary code duplication | |
2 | .PATH: ${.CURDIR}/ppc64/pthreads ${.CURDIR}/ppc/pthreads | |
3 | ||
4 | MDSRCS += \ | |
5 | init_cpu_capabilities.c \ | |
6 | get_cpu_capabilities.s \ | |
7 | pthread_set_self_64.s \ | |
8 | pthread_self_64.s \ | |
9 | pthread_getspecific_64.s |