From 87523e9c3605037cee54bbc6bd7a040a15979cc1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 4 Jul 2016 23:11:49 +0200 Subject: m68k: suppress -Wframe-address warning --- sysdeps/m68k/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/m68k') 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 -- cgit 1.4.1