Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2004 21:00:14 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 64836 for review
Message-ID:  <200411102100.iAAL0E08048991@repoman.freebsd.org>

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

Change 64836 by jmallett@jmallett_beach on 2004/11/10 20:59:33

	Be like the cool kids.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/Makefile#8 edit

Differences ...

==== //depot/projects/mips/gnu/usr.bin/Makefile#8 (text+ko) ====

@@ -23,7 +23,8 @@
 	tar \
 	texinfo
  
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc" || \
+	${MACHINE_ARCH} == "mips"
 NO_GDB=	# not yet
 .endif
 



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