Makefile.in 154 B

123456
  1. # uClibc-ng mmap tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. ifeq ($(TARGET_ARCH),arm)
  4. TESTS_DISABLED := mmap2
  5. endif