diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-03 03:21:36 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-03 03:21:36 +0000 |
commit | 3a0c38731f5b41375988ae4143fb3fb173356cd5 (patch) | |
tree | 06fcaae5eb910d2bf20baccc98c8ac4fa6dddc8c | |
parent | 5ae56062ef6a949694809c9a4b4d88889f147255 (diff) |
Don't define ECOFF_COMPAT. We're ELF.
-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 |