diff options
Diffstat (limited to 'test/string/Makefile.in')
-rw-r--r-- | test/string/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/string/Makefile.in b/test/string/Makefile.in deleted file mode 100644 index 39fb91210..000000000 --- a/test/string/Makefile.in +++ /dev/null @@ -1,8 +0,0 @@ -# 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 |