head	1.3;
access;
symbols
	BEFORE_UN_JBING:1.2
	BEFORE_BU_2_15:1.2
	RELENG_5_2_1_RELEASE:1.2
	RELENG_5_2_0_RELEASE:1.2
	RELENG_5_2:1.2.0.2
	RELENG_5_2_BP:1.2
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.2
	RELENG_5_1_BP:1.1;
locks; strict;
comment	@# @;


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

1.2
date	2003.08.14.14.43.28;	author ru;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
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/amd64-freebsd/Makefile,v 1.2 2003/08/14 14:43:28 ru Exp $

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

SRCS+=	obj-elf.c tc-i386.c

.include <bsd.prog.mk>
@


1.2
log
@The as(1) manpage was missing on i386 and amd64.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@The AMD64 Hammer bits.
@
text
@a4 1
NOMAN=	true
@

