Date: Mon, 21 Aug 2006 19:44:41 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 104708 for review Message-ID: <200608211944.k7LJif7Q031654@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104708 Change 104708 by gonzo@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608211944.k7LJif7Q031654>