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