Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2010 10:42:12 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r204512 - user/jmallett/octeon/lib/libc
Message-ID:  <201003011042.o21AgCq0074474@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmallett
Date: Mon Mar  1 10:42:12 2010
New Revision: 204512
URL: http://svn.freebsd.org/changeset/base/204512

Log:
  For now don't build quad stubs on MIPS, since I'm only concerned with n32 at
  present.

Modified:
  user/jmallett/octeon/lib/libc/Makefile

Modified: user/jmallett/octeon/lib/libc/Makefile
==============================================================================
--- user/jmallett/octeon/lib/libc/Makefile	Mon Mar  1 09:46:27 2010	(r204511)
+++ user/jmallett/octeon/lib/libc/Makefile	Mon Mar  1 10:42:12 2010	(r204512)
@@ -51,7 +51,8 @@ NOASM=
 .include "${.CURDIR}/posix1e/Makefile.inc"
 .if ${MACHINE_ARCH} != "amd64" && \
     ${MACHINE_ARCH} != "ia64" && \
-    ${MACHINE_ARCH} != "sparc64"
+    ${MACHINE_ARCH} != "sparc64" && \
+    ${MACHINE_ARCH} != "mips"
 .include "${.CURDIR}/quad/Makefile.inc"
 .endif
 .include "${.CURDIR}/regex/Makefile.inc"



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