PERFORCE change 130193 for review

John Birrell jb at FreeBSD.org
Tue Dec 4 12:57:18 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130193

Change 130193 by jb at jb_freebsd1 on 2007/12/04 20:56:54

	Let's not build a developer's name into the target tuple.

Affected files ...

.. //depot/projects/binutils/src/gnu/usr.bin/binutils/Makefile.inc0#7 edit

Differences ...

==== //depot/projects/binutils/src/gnu/usr.bin/binutils/Makefile.inc0#7 (text+ko) ====

@@ -12,7 +12,7 @@
 .else
 BINUTILS_ARCH=${TARGET_ARCH}
 .endif
-TARGET_TUPLE?=	${BINUTILS_ARCH}-obrien-freebsd
+TARGET_TUPLE?=	${BINUTILS_ARCH}-org-freebsd
 
 # RELTOP is the relative path to this point in the source or object
 # tree, from any subdirectory of same.  It gets extra "../" prefixes
@@ -27,7 +27,6 @@
 .else
 CFLAGS+= -DBFD_DEFAULT_TARGET_SIZE=64
 .endif
-CFLAGS+= -DREPORT_BUGS_TO=\"\"
 CFLAGS+= -DLOCALEDIR=\"/usr/share/locale\"
 
 CFLAGS+= -I.


More information about the p4-projects mailing list