diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2016-07-04 23:11:49 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2016-07-04 23:15:29 +0200 |
commit | 87523e9c3605037cee54bbc6bd7a040a15979cc1 (patch) | |
tree | ef64a0671ad1d0b743012b3176260b7203a784ab /sysdeps/m68k/Makefile | |
parent | f175e375136e38737753a68b4ae026f768ee9466 (diff) | |
download | glibc-87523e9c3605037cee54bbc6bd7a040a15979cc1.tar.gz glibc-87523e9c3605037cee54bbc6bd7a040a15979cc1.tar.xz glibc-87523e9c3605037cee54bbc6bd7a040a15979cc1.zip |
m68k: suppress -Wframe-address warning
Diffstat (limited to 'sysdeps/m68k/Makefile')
-rw-r--r-- | sysdeps/m68k/Makefile | 4 |
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 |