mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
sim: add html & pdf stubs
We stub out the info targets already since we don't provide any.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2021-05-08 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* Make-common.in (html, clean-html, install-html, pdf, clean-pdf,
|
||||||
|
install-pdf): New rules.
|
||||||
|
|
||||||
2021-05-08 Tom Tromey <tom@tromey.com>
|
2021-05-08 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* sim-options.c (compare_strings): Remove.
|
* sim-options.c (compare_strings): Remove.
|
||||||
|
@ -512,10 +512,18 @@ installdirs:
|
|||||||
|
|
||||||
check:
|
check:
|
||||||
|
|
||||||
|
html:
|
||||||
|
clean-html:
|
||||||
|
install-html:
|
||||||
|
|
||||||
info:
|
info:
|
||||||
clean-info:
|
clean-info:
|
||||||
install-info:
|
install-info:
|
||||||
|
|
||||||
|
pdf:
|
||||||
|
clean-pdf:
|
||||||
|
install-pdf:
|
||||||
|
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
MAKEOVERRIDES=
|
MAKEOVERRIDES=
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user