Makefile.in 190 B

12345678
  1. # uClibc string tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. EXTRA_CFLAGS := -fno-builtin
  4. ifeq ($(TARGET_ARCH),h8300)
  5. TESTS_DISABLED += stratcliff
  6. endif