PERFORCE change 157348 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Feb 7 15:56:16 PST 2009


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

Change 157348 by gonzo at gonzo_figaro on 2009/02/07 23:55:20

	- No GDB for avr32 yet

Affected files ...

.. //depot/projects/avr32/src/gnu/usr.bin/Makefile#2 edit

Differences ...

==== //depot/projects/avr32/src/gnu/usr.bin/Makefile#2 (text+ko) ====

@@ -23,7 +23,7 @@
 	sort \
 	${_texinfo}
 
-.if ${MACHINE_ARCH} == "mips"
+.if ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "avr32"
 MK_GDB=no	# not yet
 .endif
 


More information about the p4-projects mailing list