PERFORCE change 130454 for review
John Birrell
jb at FreeBSD.org
Fri Dec 7 19:53:16 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=130454
Change 130454 by jb at 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
More information about the p4-projects
mailing list