From 7da3079b4234a9a2de56d3b72674177e71c8dccd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 May 1996 17:30:42 +0000 Subject: Mon May 13 12:03:03 1996 Roland McGrath * Makeconfig (sysdep-configures): New variable. (config.status): Depend on $(sysdep-configures). Fri May 10 20:07:52 1996 Andreas Schwab * sysdeps/unix/sysv/linux/profil.c: New file. Fri May 10 19:59:50 1996 Andreas Schwab * sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable. Fri May 10 19:55:42 1996 Andreas Schwab * shlib-versions: Use libm=6 and libc=6 for m68k-linux. * string/envz.c: Fix uses of unsigned to size_t. --- sysdeps/m68k/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/m68k') diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 12e9b56787..3d35ac56ba 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -33,3 +33,6 @@ m68k-syntax-flag = -DMIT_SYNTAX endif asm-CPPFLAGS += $(m68k-syntax-flag) + +# Make sure setjmp.c is compiled with a frame pointer +CFLAGS-setjmp.c := -fno-omit-frame-pointer -- cgit 1.4.1