diff options
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 |