svn commit: r207784 - stable/6/gnu/usr.bin
Warner Losh
imp at FreeBSD.org
Sat May 8 14:12:04 UTC 2010
Author: imp
Date: Sat May 8 14:12:04 2010
New Revision: 207784
URL: http://svn.freebsd.org/changeset/base/207784
Log:
gdb compiles and seems to work on arm on stable/6, so enable building it.
Modified:
stable/6/gnu/usr.bin/Makefile
Modified: stable/6/gnu/usr.bin/Makefile
==============================================================================
--- stable/6/gnu/usr.bin/Makefile Sat May 8 14:00:01 2010 (r207783)
+++ stable/6/gnu/usr.bin/Makefile Sat May 8 14:12:04 2010 (r207784)
@@ -21,7 +21,7 @@ SUBDIR= bc \
sort \
texinfo
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "powerpc"
NO_GDB= # not yet
.endif
More information about the svn-src-stable
mailing list