PERFORCE change 93571 for review

Olivier Houchard cognet at FreeBSD.org
Sun Mar 19 14:52:46 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=93571

Change 93571 by cognet at cognet on 2006/03/19 14:52:07

	Update gnu/ : NO_GDB => MK_GDB=no

Affected files ...

.. //depot/projects/arm/gnu-arm.diff#10 edit

Differences ...

==== //depot/projects/arm/gnu-arm.diff#10 (text+ko) ====

@@ -49,17 +49,17 @@
 Index: gnu/usr.bin/Makefile
 ===================================================================
 RCS file: /cognet/ncvs/src/gnu/usr.bin/Makefile,v
-retrieving revision 1.87
-diff -u -p -r1.87 Makefile
---- gnu/usr.bin/Makefile	6 Aug 2005 20:23:13 -0000	1.87
-+++ gnu/usr.bin/Makefile	29 Aug 2005 12:39:27 -0000
-@@ -22,7 +22,7 @@ SUBDIR= bc \
+retrieving revision 1.88
+diff -u -p -r1.88 Makefile
+--- gnu/usr.bin/Makefile	17 Mar 2006 18:54:22 -0000	1.88
++++ gnu/usr.bin/Makefile	18 Mar 2006 01:46:32 -0000
+@@ -24,7 +24,7 @@ SUBDIR= bc \
  	sort \
  	${_texinfo}
   
 -.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
 +.if ${MACHINE_ARCH} == "powerpc"
- NO_GDB=	# not yet
+ MK_GDB=	no	# not yet
  .endif
  
 Index: gnu/usr.bin/binutils/as/arm-freebsd/targ-cpu.h


More information about the p4-projects mailing list