mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 10:50:08 +00:00
* debug/Makefile: Disable format checking when compiling tst-chk?.c.
This commit is contained in:
parent
cb104bd749
commit
7a344d1deb
@ -1,5 +1,7 @@
|
|||||||
2007-08-25 Ulrich Drepper <drepper@redhat.com>
|
2007-08-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* debug/Makefile: Disable format checking when compiling tst-chk?.c.
|
||||||
|
|
||||||
* config.make.in (datarootdir): Add to shut up configure.
|
* config.make.in (datarootdir): Add to shut up configure.
|
||||||
|
|
||||||
* sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
|
* sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
|
||||||
|
@ -72,6 +72,11 @@ CFLAGS-pread64_chk.c = -fexceptions -fasynchronous-unwind-tables
|
|||||||
CFLAGS-recv_chk.c = -fexceptions -fasynchronous-unwind-tables
|
CFLAGS-recv_chk.c = -fexceptions -fasynchronous-unwind-tables
|
||||||
CFLAGS-recvfrom_chk.c = -fexceptions -fasynchronous-unwind-tables
|
CFLAGS-recvfrom_chk.c = -fexceptions -fasynchronous-unwind-tables
|
||||||
|
|
||||||
|
# We know these tests have problems with format strings, this is what
|
||||||
|
# we are testing. Disable that warning.
|
||||||
|
CFLAGS-tst-chk1.c = -Wno-format
|
||||||
|
CFLAGS-tst-chk2.c = -Wno-format
|
||||||
|
CFLAGS-tst-chk3.c = -Wno-format
|
||||||
tst-chk1-ENV = LOCPATH=$(common-objpfx)localedata
|
tst-chk1-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
tst-chk2-ENV = LOCPATH=$(common-objpfx)localedata
|
tst-chk2-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
tst-chk3-ENV = LOCPATH=$(common-objpfx)localedata
|
tst-chk3-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
|
Loading…
Reference in New Issue
Block a user