PERFORCE change 30636 for review

David E. O'Brien obrien at FreeBSD.org
Mon May 5 14:43:32 PDT 2003


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

Change 30636 by obrien at obrien_trang on 2003/05/05 14:43:24

	Make this usable -- the misc Binutil utils supidily uses the configure
	tuple, rahter than the default emution to decide which emulation to
	to process with.

Affected files ...

.. //depot/projects/hammer/gnu/usr.bin/binutils/libbinutils/Makefile#4 edit

Differences ...

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

@@ -14,7 +14,7 @@
 .else
 BINUTILS_ARCH=${TARGET_ARCH}
 .endif
-CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-unknown-freebsd\"
+CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-undermyevildesk-freebsd\"
 CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
 CFLAGS+= -I${SRCDIR}/binutils
 CFLAGS+= -I${SRCDIR}/bfd


More information about the p4-projects mailing list