Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2009 23:56:04 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 157348 for review
Message-ID:  <200902072356.n17Nu4kp044403@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=157348

Change 157348 by gonzo@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902072356.n17Nu4kp044403>