]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fri May 10 19:59:50 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
authorRoland McGrath <roland@gnu.org>
Mon, 13 May 1996 15:59:03 +0000 (15:59 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 13 May 1996 15:59:03 +0000 (15:59 +0000)
* sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable.

sysdeps/m68k/Makefile

index 12e9b567879b417106b5f9576382bb3363c1f82f..3d35ac56ba3b1b6963468d4c08fe565c51b1fe73 100644 (file)
@@ -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