From 6b44b1a3faefda3e6fc77f3a51398dbc0602181a Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 20 Oct 1995 20:05:15 +0000 Subject: [PATCH] -fomit-frame-pointer is becomming an increasingly popular optimization, so before somebody screws up royally, make sure this always works by adding a -fno-omit-frame-pointer here. --- lib/csu/i386/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index d6b4e3bc06f..09a6dea66a5 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,7 +1,7 @@ # from: @(#)Makefile 5.6 (Berkeley) 5/22/91 -# $Id: Makefile,v 1.18 1995/08/06 12:37:20 bde Exp $ +# $Id: Makefile,v 1.19 1995/10/18 04:19:00 davidg Exp $ -CFLAGS+= -DLIBC_SCCS +CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer OBJS= scrt0.o crt0.o gcrt0.o c++rt0.o CLEANFILES+= a.out MAN3+= dlopen.3