Update doc Makefile and texinfo config file.
This commit is contained in:
parent
d6def1f86e
commit
ce43f651bd
@ -14,9 +14,9 @@ MAKEINFOFLAGS+= --no-validate
|
||||
MAKEINFOFLAGS+= -I ${SRCDIR}/libiberty
|
||||
MAKEINFOFLAGS+= -I ${SRCDIR}/bfd/doc
|
||||
|
||||
CLEANFILES= configdoc.texi config.texi gasver.texi ldver.texi
|
||||
CLEANFILES= bfdver.texi configdoc.texi config.texi gasver.texi ldver.texi
|
||||
|
||||
as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi
|
||||
as.info: as.texinfo asconfig.texi bfdver.texi c-i386.texi gasver.texi
|
||||
ld.info: ld.texinfo bfdsumm.texi ldver.texi configdoc.texi
|
||||
|
||||
configdoc.texi: gen-doc.texi
|
||||
@ -25,7 +25,7 @@ configdoc.texi: gen-doc.texi
|
||||
.PATH: ${SRCDIR}/binutils/doc
|
||||
binutils.info: binutils.texi config.texi
|
||||
|
||||
config.texi gasver.texi ldver.texi:
|
||||
bfdver.texi config.texi gasver.texi ldver.texi:
|
||||
echo "@set VERSION ${VERSION}" > ${.TARGET}
|
||||
|
||||
.include <bsd.info.mk>
|
||||
|
@ -63,11 +63,11 @@
|
||||
@clear Z80
|
||||
@clear Z8000
|
||||
|
||||
@c Does this version of the assembler use the difference-table kluge?
|
||||
@c Does this version of the assembler use the difference-table kludge?
|
||||
@clear DIFF-TBL-KLUGE
|
||||
|
||||
@c Do all machines described use IEEE floating point?
|
||||
@set IEEEFLOAT
|
||||
@clear IEEEFLOAT
|
||||
|
||||
@c Is a word 32 bits, or 16?
|
||||
@set W32
|
||||
@ -84,6 +84,6 @@
|
||||
@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 TARGET machine specific
|
||||
@c Name of object format NOT SET in generic version
|
||||
@set OBJ-NAME ELF
|
||||
|
Loading…
Reference in New Issue
Block a user