Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2007 14:00:01 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 114626 for review
Message-ID:  <200702161400.l1GE01eW013864@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114626

Change 114626 by gonzo@gonzo_jeeves on 2007/02/16 13:59:15

	o Build world with abicalls enabled.

Affected files ...

.. //depot/projects/mips2/src/share/mk/bsd.cpu.mk#6 edit

Differences ...

==== //depot/projects/mips2/src/share/mk/bsd.cpu.mk#6 (text+ko) ====

@@ -115,7 +115,7 @@
 _CPUCFLAGS = -mcpu=${CPUTYPE}
 .  endif
 . elif ${MACHINE_ARCH} == "mips"
-_CPUCFLAGS = -mno-abicalls -G0
+_CPUCFLAGS = -G0 -mabicalls
 .  if ${CPUTYPE} == "mips32"
 _CPUCFLAGS += -march=mips32
 .  elif ${CPUTYPE} == "mips64"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702161400.l1GE01eW013864>