Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2006 00:27:10 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109318 for review
Message-ID:  <200611060027.kA60RAMv022957@repoman.freebsd.org>

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

Change 109318 by jb@jb_freebsd8 on 2006/11/06 00:26:58

	Replace a specific user name with a general one in the TARGET
	string.

Affected files ...

.. //depot/projects/binutils/src/gnu/usr.bin/binutils/libbinutils/Makefile#2 edit

Differences ...

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

@@ -9,7 +9,7 @@
 	ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \
 	wrstabs.c version.c binemul.c budemang.c emul_vanilla.c
 WARNS?=	0
-CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\"
+CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-user-freebsd\"
 CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
 CFLAGS+= -D_GNU_SOURCE
 CFLAGS+= -I${SRCDIR}/binutils



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