summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-08-28 21:06:13 +0000
committerimp <imp@FreeBSD.org>2010-08-28 21:06:13 +0000
commit6492a7e501409981b990e221372e5a080bd9fb65 (patch)
tree53ae7cac73ac609e29b962c5bc3fc36920d8e47f /share
parent8814cacd23b75a6dc053d819acf6e3dd95a205a5 (diff)
downloadFreeBSD-src-6492a7e501409981b990e221372e5a080bd9fb65.zip
FreeBSD-src-6492a7e501409981b990e221372e5a080bd9fb65.tar.gz
Now that we default to the proper endian, we don't need these for mips
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.cpu.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index a748c69..e3ad18b 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -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
OpenPOWER on IntegriCloud