diff options
author | Andreas Schwab <schwab@suse.de> | 2013-07-17 10:26:58 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-08-27 12:21:12 +0200 |
commit | 45b8acccaf43ec06d31413c75a8f1737ae3ff0e2 (patch) | |
tree | 1ad302dba87a6937959803853a32924f6f7f4a6b /string/Makefile | |
parent | 5d228a436a8257f082e84671bf8c89b79a2c3853 (diff) | |
download | glibc-45b8acccaf43ec06d31413c75a8f1737ae3ff0e2.tar.gz glibc-45b8acccaf43ec06d31413c75a8f1737ae3ff0e2.tar.xz glibc-45b8acccaf43ec06d31413c75a8f1737ae3ff0e2.zip |
Fix missing declaration of LC_CTYPE nonascii-case element
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile index 0237edd735..aaad74355a 100644 --- a/string/Makefile +++ b/string/Makefile @@ -65,6 +65,10 @@ noinl-tester-ENV = LANGUAGE=C tst-strxfrm-ENV = LOCPATH=$(common-objpfx)localedata tst-strxfrm2-ENV = LOCPATH=$(common-objpfx)localedata bug-strcoll1-ENV = LOCPATH=$(common-objpfx)localedata +test-strcasecmp-ENV = LOCPATH=$(common-objpfx)localedata +test-strncasecmp-ENV = LOCPATH=$(common-objpfx)localedata +test-strcasecmp-ifunc-ENV = LOCPATH=$(common-objpfx)localedata +test-strncasecmp-ifunc-ENV = LOCPATH=$(common-objpfx)localedata CFLAGS-inl-tester.c = -fno-builtin CFLAGS-noinl-tester.c = -fno-builtin CFLAGS-tst-strlen.c = -fno-builtin |