head	1.4;
access;
symbols
	BEFORE_UN_JBING:1.3
	BEFORE_BU_2_15:1.3
	RELENG_5_2_1_RELEASE:1.2
	RELENG_5_2_0_RELEASE:1.2
	RELENG_5_2:1.2.0.6
	RELENG_5_2_BP:1.2
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.4
	RELENG_5_1_BP:1.2
	RELENG_5_0_0_RELEASE:1.2
	RELENG_5_0:1.2.0.2
	RELENG_5_0_BP:1.2
	BEFORE_BU_2_12:1.1
	BEFORE_BU_2112_snap:1.1;
locks; strict;
comment	@# @;


1.4
date	2004.07.08.17.05.31;	author obrien;	state dead;
branches;
next	1.3;

1.3
date	2004.02.24.19.23.29;	author johan;	state Exp;
branches;
next	1.2;

1.2
date	2002.12.05.18.24.34;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.15.02.12.09;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.4
log
@MAJOR cleanup of the Bmake framework.
This includes removing all vestiges of the old not-really supported
ability to build cross tools targeting non-FreeBSD systems, such as
m68k Lynx and NetBSD.  Move as much duplicated code from platform
Makefiles into the shared Makefiles.  Add a simple mechanism for
specifying ELF 'ldscripts'.  Also share as many .h files as possible
(now a single bfd.h vs. one per platform).
@
text
@# $FreeBSD: src/gnu/usr.bin/binutils/as/ia64-freebsd/Makefile,v 1.3 2004/02/24 19:23:29 johan Exp $

.include "${.CURDIR}/../Makefile.inc0"

WARNS?=	0

.if ${TARGET_ARCH} != "ia64"
NOMAN=	 true
BINDIR=	/usr/libexec/cross/ia64-freebsd
.endif
SRCS+=	obj-elf.c tc-ia64.c

.include <bsd.prog.mk>
@


1.3
log
@style.Makefile(5):
	Use WARNS?= instead of WARNS=

For this to work properly for all part is the subdirectories
the WARNS assignments in Makefile.inc0 are moved to the correspondning
Makefile.inc.

Approved by:	obrien (binutils maintainer)
Tested by:	make universe
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Set WARNS=0 as a temp work around until I can get access to an IA-64 box
to do this right.

Approved by:	RE
@
text
@d5 1
a5 1
WARNS=	0
@


1.1
log
@Binutils 2.11.2 build framework for the FreeBSD/IA-64 target.
@
text
@d5 2
@

