PERFORCE change 104708 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Aug 21 19:44:56 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104708

Change 104708 by gonzo at gonzo_hideout on 2006/08/21 19:44:01

	o Disable libc_r and libthread_db build for MIPS
	    (mimicrate arm behaviour).

Affected files ...

.. //depot/projects/mips2/src/lib/Makefile#2 edit

Differences ...

==== //depot/projects/mips2/src/lib/Makefile#2 (text+ko) ====

@@ -73,7 +73,8 @@
 .endif
 
 .if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
-    ${MACHINE_ARCH} != "powerpc" && ${MK_LIBC_R} != "no"
+    ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "mips" && \
+    ${MK_LIBC_R} != "no"
 _libc_r=
 .endif
 
@@ -111,7 +112,8 @@
 _libthr= libthr
 .endif
 
-.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc" && \
+    ${MACHINE_ARCH} != "mips"
 _libthread_db= libthread_db
 .endif
 


More information about the p4-projects mailing list