equal
deleted
inserted
replaced
1331 # We can fake these with semaphores if necessary |
1331 # We can fake these with semaphores if necessary |
1332 case "$target" in |
1332 case "$target" in |
1333 *-*-bsdi*) |
1333 *-*-bsdi*) |
1334 COPY_ARCH_SRC(src/thread, bsdi, SDL_syssem.c) |
1334 COPY_ARCH_SRC(src/thread, bsdi, SDL_syssem.c) |
1335 COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h) |
1335 COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h) |
|
1336 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex.c) |
|
1337 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex_c.h) |
1336 ;; |
1338 ;; |
1337 *) |
1339 *) |
1338 if test x$glibc20_pthreads = xyes; then |
1340 if test x$glibc20_pthreads = xyes; then |
1339 COPY_ARCH_SRC(src/thread, generic, SDL_sysmutex.c) |
1341 COPY_ARCH_SRC(src/thread, generic, SDL_sysmutex.c) |
1340 COPY_ARCH_SRC(src/thread, generic, SDL_sysmutex_c.h) |
1342 COPY_ARCH_SRC(src/thread, generic, SDL_sysmutex_c.h) |