diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile index f67e7247d4..c120b7da2c 100644 --- a/string/Makefile +++ b/string/Makefile @@ -45,3 +45,5 @@ distribute := memcopy.h pagecopy.h include ../Rules tester-ENV = LANGUAGE=C +CFLAGS-tester.c = -fno-builtin +CFLAGS-tst-strlen.c = -fno-builtin |