mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
m68k: suppress -Wframe-address warning
This commit is contained in:
parent
f175e37513
commit
87523e9c36
@ -1,3 +1,7 @@
|
||||
2016-07-04 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* sysdeps/m68k/Makefile (CFLAGS-mcount.c): Define.
|
||||
|
||||
2016-07-01 Maciej W. Rozycki <macro@imgtec.com>
|
||||
|
||||
* sysdeps/generic/ldsodefs.h
|
||||
|
@ -43,3 +43,7 @@ endif
|
||||
ifeq ($(subdir),elf)
|
||||
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),gmon)
|
||||
CFLAGS-mcount.c += -Wno-frame-address
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user