PERFORCE change 109318 for review

John Birrell jb at FreeBSD.org
Mon Nov 6 00:27:11 UTC 2006


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

Change 109318 by jb at 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


More information about the p4-projects mailing list