Author: jhb
Date: Fri Apr  7 19:56:12 2017
New Revision: 316621
URL: https://svnweb.freebsd.org/changeset/base/316621

Log:
  Don't set the MIPS endianness flags in both ACFLAGS and CFLAGS.
  
  This should no longer be necessary after r316620 as all places that
  use ACFLAGS should already be using CFLAGS.
  
  Reviewed by:  imp
  Sponsored by: DARPA / AFRL
  Differential Revision:        https://reviews.freebsd.org/D10085

Modified:
  head/share/mk/bsd.cpu.mk

Modified: head/share/mk/bsd.cpu.mk
==============================================================================
--- head/share/mk/bsd.cpu.mk    Fri Apr  7 19:53:14 2017        (r316620)
+++ head/share/mk/bsd.cpu.mk    Fri Apr  7 19:56:12 2017        (r316621)
@@ -306,12 +306,10 @@ MACHINE_CPU = v9 ultrasparc ultrasparc3
 .if ${MACHINE_CPUARCH} == "mips"
 CFLAGS += -G0
 . if ${MACHINE_ARCH:Mmips*el*} != ""
-ACFLAGS += -EL
 AFLAGS += -EL
 CFLAGS += -EL
 LDFLAGS += -EL
 . else
-ACFLAGS += -EB
 AFLAGS += -EB
 CFLAGS += -EB
 LDFLAGS += -EB
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to