about summary refs log tree commit diff
path: root/sysdeps/m68k
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2016-07-04 23:11:49 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2016-07-04 23:15:29 +0200
commit87523e9c3605037cee54bbc6bd7a040a15979cc1 (patch)
treeef64a0671ad1d0b743012b3176260b7203a784ab /sysdeps/m68k
parentf175e375136e38737753a68b4ae026f768ee9466 (diff)
downloadglibc-87523e9c3605037cee54bbc6bd7a040a15979cc1.tar.gz
glibc-87523e9c3605037cee54bbc6bd7a040a15979cc1.tar.xz
glibc-87523e9c3605037cee54bbc6bd7a040a15979cc1.zip
m68k: suppress -Wframe-address warning
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r--sysdeps/m68k/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile
index 22a961ccec..4d5515daa5 100644
--- a/sysdeps/m68k/Makefile
+++ b/sysdeps/m68k/Makefile
@@ -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