blob: 39fb912102e8f2adf74ac5906dd63e6bfb72a72b (
plain)
1
2
3
4
5
6
7
8
|
# uClibc 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
|