From eeded739d5a9317925f1761d0dd0a61de61b184a Mon Sep 17 00:00:00 2001 From: jb Date: Mon, 4 May 1998 21:21:17 +0000 Subject: Evaluate the TARGET from the architecture. We'll assume that FREEBSD is ELF from here on. --- gnu/usr.bin/binutils/libbinutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.1