svn commit: r212599 - user/imp/tbemd/gnu/usr.bin/cc

Warner Losh imp at FreeBSD.org
Tue Sep 14 04:22:27 UTC 2010


Author: imp
Date: Tue Sep 14 04:22:27 2010
New Revision: 212599
URL: http://svn.freebsd.org/changeset/base/212599

Log:
  This whole section applies only to mips, and pick up the dropped .if from before

Modified:
  user/imp/tbemd/gnu/usr.bin/cc/Makefile.inc

Modified: user/imp/tbemd/gnu/usr.bin/cc/Makefile.inc
==============================================================================
--- user/imp/tbemd/gnu/usr.bin/cc/Makefile.inc	Tue Sep 14 03:31:26 2010	(r212598)
+++ user/imp/tbemd/gnu/usr.bin/cc/Makefile.inc	Tue Sep 14 04:22:27 2010	(r212599)
@@ -35,6 +35,9 @@ CFLAGS+=	-DCROSS_COMPILE
 .if ${TARGET_ARCH} == "armeb"
 CFLAGS += -DTARGET_ENDIAN_DEFAULT=MASK_BIG_END
 .endif
+
+
+.if ${TARGET_CPUARCH} == "mips"
 .if ${TARGET_ARCH} == "mipsel"
 CFLAGS += -DTARGET_ENDIAN_DEFAULT=0
 .endif


More information about the svn-src-user mailing list