Date: Sat, 8 May 2010 13:41:58 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org Subject: svn commit: r207779 - stable/6/lib Message-ID: <201005081341.o48DfwMI030545@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sat May 8 13:41:58 2010 New Revision: 207779 URL: http://svn.freebsd.org/changeset/base/207779 Log: Hand merge in support for compiling libthread_db on arm (from change r173703). Given the large delta between this and head, mergeinfo likely would do more harm than good. Modified: stable/6/lib/Makefile Modified: stable/6/lib/Makefile ============================================================================== --- stable/6/lib/Makefile Sat May 8 13:41:01 2010 (r207778) +++ stable/6/lib/Makefile Sat May 8 13:41:58 2010 (r207779) @@ -101,7 +101,7 @@ _libpthread= libpthread _libthr= libthr .endif -.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc" +.if ${MACHINE_ARCH} != "powerpc" _libthread_db= libthread_db .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005081341.o48DfwMI030545>