Remove the i386 test for defining DEFAULT_ELF; the sparc uses is now too,

and it is harmless.
This commit is contained in:
christos 1999-01-31 21:45:08 +00:00
parent 36c50aaa14
commit c3cd75c8c9

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.15 1999/01/11 10:59:25 christos Exp $
# $NetBSD: Makefile.inc,v 1.16 1999/01/31 21:45:08 christos Exp $
.if !defined(GCC_MAKEFILE_INC)
GCC_MAKEFILE_INC=1
@ -28,7 +28,7 @@ CPPFLAGS+= -I${.CURDIR}/../arch \
-I${DIST}/config \
-DIN_GCC -DNETBSD_NATIVE
.if (${OBJECT_FMT} == "ELF") && (${MACHINE_ARCH} == "i386")
.if (${OBJECT_FMT} == "ELF")
CPPFLAGS+=-DDEFAULT_ELF
.endif