]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
m68k: suppress -Wframe-address warning
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 4 Jul 2016 21:11:49 +0000 (23:11 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 4 Jul 2016 21:15:29 +0000 (23:15 +0200)
ChangeLog
sysdeps/m68k/Makefile

index 29a92f5a5bfc81830b656f105c7a3f147491586a..48cd1d3563d8d0cc3065a13533a6e09dc66949e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 22a961ccece2f601bec3f2f724b327788bda3421..4d5515daa505cb1fa9992af0b6fc7995659f7327 100644 (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