Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2003 14:43:30 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30636 for review
Message-ID:  <200305052143.h45LhU4M012602@repoman.freebsd.org>

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

Change 30636 by obrien@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



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