Now that we default to the proper endian, we don't need these for mips

This commit is contained in:
Warner Losh 2010-08-28 21:06:13 +00:00
parent b8a4becc2d
commit 9bc38a3ba2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211949

View File

@ -203,13 +203,6 @@ LD += -EB
.endif
.if ${MACHINE_ARCH} == "mips"
. if defined(TARGET_BIG_ENDIAN)
CFLAGS += -EB
LD += -EB
. else
CFLAGS += -EL
LD += -EL
. endif
CFLAGS += -G0
.endif