diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-16 12:37:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-16 12:37:30 +0000 |
commit | b301e2eb98b2d20423a5ed4d371f8eb13d703c65 (patch) | |
tree | 0ba3bdbbb0062127ea4e22f936842ae0a95a24c0 /string | |
parent | 91eee4dd69397fa6e7b328022670d459f582b047 (diff) | |
download | glibc-b301e2eb98b2d20423a5ed4d371f8eb13d703c65.tar glibc-b301e2eb98b2d20423a5ed4d371f8eb13d703c65.tar.gz glibc-b301e2eb98b2d20423a5ed4d371f8eb13d703c65.tar.bz2 glibc-b301e2eb98b2d20423a5ed4d371f8eb13d703c65.zip |
Update.
1998-06-16 Ulrich Drepper <drepper@cygnus.com>
* string/Makefile: Make sure test-ffs does not use builtins.
Diffstat (limited to 'string')
-rw-r--r-- | string/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile index eda9242ab7..9de1111f55 100644 --- a/string/Makefile +++ b/string/Makefile @@ -54,6 +54,7 @@ noinl-tester-ENV = LANGUAGE=C CFLAGS-noinl-tester.c = -fno-builtin CFLAGS-tst-strlen.c = -fno-builtin CFLAGS-stratcliff.c = -fno-builtin +CFLAGS-test-ffs.c = -fno-builtin ifeq ($(cross-compiling),no) tests: $(objpfx)tst-svc.out |