Date: Sat, 8 May 2010 14:12:04 +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: r207784 - stable/6/gnu/usr.bin Message-ID: <201005081412.o48EC4mf037377@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005081412.o48EC4mf037377>