Makefile.arch 346 B

12345678910111213
  1. # uClibc-ng project
  2. # Licensed under the LGPL v2.1, see the file COPYING and LICENSE.
  3. libc_linux_arch_CSRC = fork.c
  4. libpthread_linux_arch_CSRC = pthread_once.c
  5. libpthread_linux_arch_SSRC =
  6. CFLAGS-OMIT-fork.c = -DNOT_IN_libc -DIS_IN_libpthread
  7. ASFLAGS-syscall.S = -D_LIBC_REENTRANT
  8. ASFLAGS-mmap.S = -D_LIBC_REENTRANT
  9. ASFLAGS += -DUSE___THREAD