Makefile.arch 319 B

1234567891011
  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