summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-11-01 19:47:03 +0000
committerdim <dim@FreeBSD.org>2010-11-01 19:47:03 +0000
commit69a79d687c3b8f06ccd187cee09cb85b1a91cbb2 (patch)
tree139fd901406dae7de456c78b965c2adbed64072f /gnu
parentf0f9e618bf15072f3cdc1ea025c7bb595327431c (diff)
downloadFreeBSD-src-69a79d687c3b8f06ccd187cee09cb85b1a91cbb2.zip
FreeBSD-src-69a79d687c3b8f06ccd187cee09cb85b1a91cbb2.tar.gz
Update doc Makefile and texinfo config file.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/doc/Makefile6
-rw-r--r--gnu/usr.bin/binutils/doc/asconfig.texi8
2 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile
index 1d102f5..38c1b8b 100644
--- a/gnu/usr.bin/binutils/doc/Makefile
+++ b/gnu/usr.bin/binutils/doc/Makefile
@@ -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>
diff --git a/gnu/usr.bin/binutils/doc/asconfig.texi b/gnu/usr.bin/binutils/doc/asconfig.texi
index 53af5c5..55d1bf8 100644
--- a/gnu/usr.bin/binutils/doc/asconfig.texi
+++ b/gnu/usr.bin/binutils/doc/asconfig.texi
@@ -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
OpenPOWER on IntegriCloud