From: Roland McGrath Date: Mon, 13 May 1996 15:59:03 +0000 (+0000) Subject: Fri May 10 19:59:50 1996 Andreas Schwab X-Git-Tag: glibc-2.16-ports-before-merge~3840 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab076e0919e0b2b8e69f56c128fb1285dffaa3ee;p=thirdparty%2Fglibc.git Fri May 10 19:59:50 1996 Andreas Schwab * sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable. --- diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 12e9b567879..3d35ac56ba3 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