Don't build the info pages for the old assembler. Instead, build

and install the info pages for the new assembler and linker.
This commit is contained in:
John Polstra 1998-10-03 03:59:47 +00:00
parent 50cc4492c6
commit fb73a559ca
6 changed files with 91 additions and 5005 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 6.1 (Berkeley) 3/3/91
# $Id: Makefile,v 1.15 1998/08/31 20:48:13 jb Exp $
# $Id: Makefile,v 1.16 1998/09/07 05:45:23 jb Exp $
.include "config/Makefile.$(MACHINE_ARCH)"
@ -32,8 +32,6 @@ CONF_HEADERS= targ-cpu.h obj-format.h host.h targ-env.h
.PATH: $(.CURDIR)/config
SUBDIR+= doc
targ-cpu.h: Makefile config/Makefile.$(MACHINE_ARCH) $(.CURDIR)/config/tc-$(gas_target).h
@cmp -s $(.CURDIR)/config/tc-$(gas_target).h targ-cpu.h || \
( ${ECHO} "updating ${.TARGET}..." ; /bin/rm -f targ-cpu.h ; \

View File

@ -1,5 +0,0 @@
INFO = as-all
INFOSECTION= "Programming & development tools."
INFOENTRY_as-all= "* AS: (as-all). The GNU Assembler manual."
.include <bsd.info.mk>

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
#
# $Id: Makefile,v 1.2 1998/03/12 02:54:38 jdp Exp $
# $Id: Makefile,v 1.3 1998/03/30 02:19:09 jdp Exp $
#
SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line ar as c++filt ld nm objcopy objdump ranlib \
size strings strip
size strings strip doc
.include <bsd.subdir.mk>

View File

@ -0,0 +1,18 @@
# $Id$
.include "../Makefile.inc0"
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc
INFO = as ld
INFOSECTION= "Programming & development tools."
INFOENTRY_as= "* As: (as). The GNU assembler."
INFOENTRY_ld= "* Ld: (ld). The GNU linker."
MAKEINFOFLAGS+= --no-validate
MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc
as.info: as.texinfo asconfig.texi c-i386.texi
ld.info: ld.texinfo bfdsumm.texi
.include <bsd.info.mk>

View File

@ -0,0 +1,70 @@
@c Copyright 1992, 1993 Free Software Foundation, Inc.
@c This file is part of the documentation for the GAS manual
@c Configuration settings for all-inclusive version of manual
@c switches:------------------------------------------------------------
@c Properties of the manual
@c ========================
@c Discuss all architectures?
@clear ALL-ARCH
@c A generic form of manual (not tailored to specific target)?
@clear GENERIC
@c Include text on assembler internals?
@set INTERNALS
@c Many object formats supported in this config?
@clear MULTI-OBJ
@c Object formats of interest
@c ==========================
@clear AOUT
@clear BOUT
@clear COFF
@set ELF
@clear SOM
@c CPUs of interest
@c ================
@clear A29K
@clear ARC
@clear ARM
@clear D10V
@clear H8/300
@clear H8/500
@clear SH
@set I80386
@clear I960
@clear MIPS
@clear M32R
@clear M680X0
@clear Z8000
@clear SPARC
@clear VAX
@clear VXWORKS
@clear HPPA
@clear V850
@c Does this version of the assembler use the difference-table kluge?
@clear DIFF-TBL-KLUGE
@c Do all machines described use IEEE floating point?
@set IEEEFLOAT
@c Is a word 32 bits, or 16?
@set W32
@clear W16
@c Do symbols have different characters than usual?
@clear SPECIAL-SYMS
@c strings:------------------------------------------------------------
@c Name of the assembler:
@set AS as
@c Name of C compiler:
@set GCC gcc
@c Name of linker:
@set LD ld
@c Text for target machine (best not used in generic case; but just in case...)
@set TARGET i386
@c Name of object format (NOT SET in generic version)
@set OBJ-NAME ELF