Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2007 20:57:17 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130193 for review
Message-ID:  <200712042057.lB4KvHJ1012646@repoman.freebsd.org>

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

Change 130193 by jb@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.



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