Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2003 14:22:50 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44317 for review
Message-ID:  <200312252222.hBPMMoTx020600@repoman.freebsd.org>

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

Change 44317 by jmallett@jmallett_oingo on 2003/12/25 14:22:06

	Detach buildy bits.

Affected files ...

.. //depot/projects/mips/lib/Makefile#10 edit
.. //depot/projects/mips/lib/libstand/Makefile#7 edit

Differences ...

==== //depot/projects/mips/lib/Makefile#10 (text+ko) ====

@@ -43,7 +43,7 @@
 .endif
 
 # libc_r is obsolete on ia64.
-.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "mips"
 .if !defined(NOLIBC_R)
 _libc_r=	libc_r
 .endif
@@ -88,19 +88,19 @@
 _libsmb=	libsmb
 .endif
 
-.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "sparc64"
+.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "mips"
 .if !defined(NOLIBPTHREAD)
 _libpthread=	libpthread
 .endif
 .endif
 
-.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "mips"
 .if !defined(NOLIBTHR)
 _libthr=	libthr
 .endif
 .endif
 
-.if ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "mips"
 _libdisk=	libdisk
 .endif
 

==== //depot/projects/mips/lib/libstand/Makefile#7 (text+ko) ====

@@ -54,7 +54,7 @@
 # string functions from libc
 .PATH:	${.CURDIR}/../libc/string
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
-	${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "amd64" \
+	${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "amd64" || \
 	${MACHINE_ARCH} == "mips"
 SRCS+=	bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c memcmp.c \
         memcpy.c memmove.c memset.c qdivrem.c rindex.c strcat.c strchr.c \



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