diff options
-rw-r--r-- | lib/csu/alpha/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 543d9e0eb82..657d157fc21 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/01/31 06:55:17 art Exp $ +# $OpenBSD: Makefile,v 1.9 2001/02/03 03:21:35 art Exp $ # $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $ .include <bsd.own.mk> # for ELF_TOOLCHAIN definition @@ -6,10 +6,6 @@ CFLAGS+= -DLIBC_SCCS -DPIC -DELFSIZE=64 CFLAGS+= -I${.CURDIR}/../ -.if !defined(ELF_TOOLCHAIN) -CFLAGS+= -DECOFF_COMPAT -.endif - OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o CLEANFILES+= core a.out |