svn commit: r211949 - head/share/mk
Warner Losh
imp at FreeBSD.org
Sat Aug 28 21:06:13 UTC 2010
Author: imp
Date: Sat Aug 28 21:06:13 2010
New Revision: 211949
URL: http://svn.freebsd.org/changeset/base/211949
Log:
Now that we default to the proper endian, we don't need these for mips
Modified:
head/share/mk/bsd.cpu.mk
Modified: head/share/mk/bsd.cpu.mk
==============================================================================
--- head/share/mk/bsd.cpu.mk Sat Aug 28 19:29:06 2010 (r211948)
+++ head/share/mk/bsd.cpu.mk Sat Aug 28 21:06:13 2010 (r211949)
@@ -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
More information about the svn-src-all
mailing list