diff options
author | Roland McGrath <roland@gnu.org> | 2006-04-04 08:40:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-04-04 08:40:47 +0000 |
commit | 359157a5a78c2051b06dca9faf4bdc0bc11f519a (patch) | |
tree | 7b4d9efe12ea6bb51f8b357b01d49a2e3b42beaf /string/Makefile | |
parent | 638a783c1158aa469c86b70e3cf2b6c443632087 (diff) | |
download | glibc-359157a5a78c2051b06dca9faf4bdc0bc11f519a.tar.gz glibc-359157a5a78c2051b06dca9faf4bdc0bc11f519a.tar.xz glibc-359157a5a78c2051b06dca9faf4bdc0bc11f519a.zip |
[BZ #2508]
2006-04-04 Roland McGrath <roland@redhat.com> * string/Makefile (CFLAGS-inl-tester.c): New variable. (CFLAGS-tst-inlcall.c): Likewise. [BZ #2508] * nscd/Makefile ($(objpfx)nscd_stat.o: sysincludes): Move setting inside [$(have-selinux) = yes]. ($(objpfx)selinux.o: sysincludes): Likewise. * iconvdata/Makefile (generate-8bit-table): Use LC_ALL=C. (generate-8bit-gap-table): Likewise. ($(objpfx)iso8859-7jp.stmp): Likewise. Reported by S.Çağlar Onur <caglar@uludag.org.tr>.
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 8f9b2ac371..7c11c1ac22 100644 --- a/string/Makefile +++ b/string/Makefile @@ -64,10 +64,12 @@ inl-tester-ENV = LANGUAGE=C noinl-tester-ENV = LANGUAGE=C tst-strxfrm-ENV = LOCPATH=$(common-objpfx)localedata bug-strcoll1-ENV = LOCPATH=$(common-objpfx)localedata +CFLAGS-inl-tester.c = -fno-builtin CFLAGS-noinl-tester.c = -fno-builtin CFLAGS-tst-strlen.c = -fno-builtin CFLAGS-stratcliff.c = -fno-builtin CFLAGS-test-ffs.c = -fno-builtin +CFLAGS-tst-inlcall.c = -fno-builtin ifeq ($(cross-compiling),no) tests: $(objpfx)tst-svc.out |