Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2007 03:53:15 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130454 for review
Message-ID:  <200712080353.lB83rFqD023084@repoman.freebsd.org>

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

Change 130454 by jb@jb_freebsd1 on 2007/12/08 03:52:37

	Disable building gdb until the latest version is integrated.
	The current gdb in the tree is the old version which relies on
	old binutils.
	
	As of now, this binutils project is self hosting on amd64.
	Obviously without widespread testing though.

Affected files ...

.. //depot/projects/binutils/src/Makefile#3 edit

Differences ...

==== //depot/projects/binutils/src/Makefile#3 (text+ko) ====

@@ -114,7 +114,7 @@
 BINMAKE= \
 	`if [ -x ${MAKEPATH}/make ]; then echo ${MAKEPATH}/make; else echo ${MAKE}; fi` \
 	-m ${.CURDIR}/share/mk
-_MAKE=	PATH=${PATH} ${BINMAKE} -f Makefile.inc1
+_MAKE=	PATH=${PATH} WITHOUT_GDB=1 ${BINMAKE} -f Makefile.inc1
 
 #
 # Make sure we have an up-to-date make(1). Only world and buildworld



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