summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-04 21:21:17 +0000
committerjb <jb@FreeBSD.org>1998-05-04 21:21:17 +0000
commiteeded739d5a9317925f1761d0dd0a61de61b184a (patch)
treeb883918c19ebd4fcd6fd5ee69a3b5582e7c12eda /gnu
parenta0c54981d6eb53bce24f448d8c85ee932c0b11aa (diff)
downloadFreeBSD-src-eeded739d5a9317925f1761d0dd0a61de61b184a.zip
FreeBSD-src-eeded739d5a9317925f1761d0dd0a61de61b184a.tar.gz
Evaluate the TARGET from the architecture. We'll assume that FREEBSD
is ELF from here on.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbinutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile
index 7936216..aa71af3 100644
--- a/gnu/usr.bin/binutils/libbinutils/Makefile
+++ b/gnu/usr.bin/binutils/libbinutils/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.2 1998/03/12 02:55:30 jdp Exp $
+# $Id: Makefile,v 1.3 1998/03/12 05:14:16 jdp Exp $
#
.include "../Makefile.inc0"
@@ -9,7 +9,7 @@
LIB= binutils
SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
ieee.c rdcoff.c rddbg.c stabs.c wrstabs.c version.c
-CFLAGS+= -DTARGET=\"${TARGET}\"
+CFLAGS+= -DTARGET=\"${MACHINE_ARCH}-unknown-freebsdelf\"
CFLAGS+= -DVERSION=\"${VERSION}\"
CFLAGS+= -I${SRCDIR}/binutils
CFLAGS+= -I${SRCDIR}/bfd
OpenPOWER on IntegriCloud