mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9
gcc (GCC) 4.9.0 20131114 (experimental) 2013-11-20 Paul Pluzhnikov <ppluzhnikov@google.com * Makefile (tst-cleanup2, tst-cleanupx2): Add -fno-builtin
This commit is contained in:
parent
71655786bc
commit
c8b82b81de
@ -1,3 +1,7 @@
|
||||
2013-11-20 Paul Pluzhnikov <ppluzhnikov@google.com
|
||||
|
||||
* Makefile (tst-cleanup2, tst-cleanupx2): Add -fno-builtin
|
||||
|
||||
2013-10-30 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/pthread/configure.in: Moved to ...
|
||||
|
@ -278,6 +278,10 @@ gen-as-const-headers = pthread-errnos.sym
|
||||
|
||||
LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst
|
||||
|
||||
# GCC-4.9 compiles 'sprintf(NULL, ...)' into UD2 on x86_64 without -fno-builtin
|
||||
CFLAGS-tst-cleanup2.c = -fno-builtin
|
||||
CFLAGS-tst-cleanupx2.c = -fno-builtin
|
||||
|
||||
include ../Makeconfig
|
||||
|
||||
ifeq ($(have-forced-unwind),yes)
|
||||
|
Loading…
Reference in New Issue
Block a user