m68k: suppress -Wframe-address warning

This commit is contained in:
Andreas Schwab 2016-07-04 23:11:49 +02:00
parent f175e37513
commit 87523e9c36
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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