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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to