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