svn commit: r207779 - stable/6/lib

Warner Losh imp at FreeBSD.org
Sat May 8 13:41:58 UTC 2010


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
 


More information about the svn-src-all mailing list