diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-24 14:24:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-24 14:24:43 +0000 |
commit | b32785155f049e7666ceee8c78f5224a5c213000 (patch) | |
tree | 7c767d0d67600065aa43af92d2aa9d322cf7c02f /lib/csu/i386/Makefile | |
parent | 54b5b17a38eefb16036e06d9f25ff0e73eb1b948 (diff) |
use -fno-omit-frame-pointer; the reason is almost crazy; pr#287
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r-- | lib/csu/i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index 77b673146d0..4d8ca968f8a 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,7 +1,7 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.3 1997/04/27 20:56:00 millert Exp $ +# $Id: Makefile,v 1.4 1997/07/24 14:24:42 deraadt Exp $ -CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/.. +CFLAGS+= -fno-omit-frame-pointer -DLIBC_SCCS -I${.CURDIR}/.. OBJS= crt0.o gcrt0.o scrt0.o SRCS= crt0.c |