Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2010 03:41:40 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 180718 for review
Message-ID:  <201007100341.o6A3feU8061665@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180718?ac=10

Change 180718 by gonzo@gonzo_figaro on 2010/07/10 03:41:05

	No truss for AVR32

Affected files ...

.. //depot/projects/avr32/src/usr.bin/Makefile#9 edit

Differences ...

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

@@ -243,7 +243,7 @@
 	${_ypmatch} \
 	${_ypwhich}
 
-.if ${MACHINE_ARCH} != "arm"
+.if ${MACHINE_ARCH} != "arm" &&  ${MACHINE_ARCH} != "avr32"
 _truss=		truss
 .endif
 



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