Date: Tue, 14 Sep 2010 04:22:27 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r212599 - user/imp/tbemd/gnu/usr.bin/cc Message-ID: <201009140422.o8E4MRsw067955@svn.freebsd.org>
index | next in thread | raw e-mail
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 .endifhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009140422.o8E4MRsw067955>
