summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-02-03 03:22:48 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-02-03 03:22:48 +0000
commitb58cc6c7144d825b4f87e26b661e9e49e3f2ee2b (patch)
tree34c4faf9abb9a9b46eb6db2d6e273638d8e642f6 /sys/arch
parent3a0c38731f5b41375988ae4143fb3fb173356cd5 (diff)
Don't define ECOFF_COMPAT. We're ELF.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/stand/Makefile.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/alpha/stand/Makefile.inc b/sys/arch/alpha/stand/Makefile.inc
index 975ded922cf..1264f2a431d 100644
--- a/sys/arch/alpha/stand/Makefile.inc
+++ b/sys/arch/alpha/stand/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.5 2000/11/08 16:01:24 art Exp $
+# $OpenBSD: Makefile.inc,v 1.6 2001/02/03 03:22:47 art Exp $
# $NetBSD: Makefile.inc,v 1.8 1997/04/06 08:39:38 cgd Exp $
.include <bsd.own.mk> # for ELF_TOOLCHAIN definition
@@ -20,6 +20,3 @@ CPPFLAGS+= -D_STANDALONE
XCPPFLAGS+= -DHEAP_LIMIT="0x${HEAP_LIMIT}"
-.if !defined(ELF_TOOLCHAIN)
-CPPFLAGS+= -DECOFF_COMPAT
-.endif