diff options
Diffstat (limited to 'lib/csu/amd64/Makefile')
-rw-r--r-- | lib/csu/amd64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile index a9e585b866c..725510a2fd6 100644 --- a/lib/csu/amd64/Makefile +++ b/lib/csu/amd64/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 2008/11/11 23:49:46 kurt Exp $ +# $OpenBSD: Makefile,v 1.6 2009/10/27 23:59:58 deraadt Exp $ -CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer +CFLAGS+= -fno-omit-frame-pointer OBJS= crt0.o gcrt0.o OBJS+= crtbegin.o crtend.o OBJS+= crtbeginS.o crtendS.o |