PERFORCE change 44317 for review
    Juli Mallett 
    jmallett at FreeBSD.org
       
    Thu Dec 25 14:22:52 PST 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=44317
Change 44317 by jmallett at 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 \
    
    
More information about the p4-projects
mailing list