mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
sim: ppc: add missing empty targets
These are copied from sim/common/Make-common.in. On ppc the build fails without at least the 'info' target, e.g.: Making info in ppc make[4]: Entering directory '/<<BUILDDIR>>/gdb-10.2.2974.g5b45e89f56d+21.10.20210510155809/build/default/sim/ppc' make[4]: *** No rule to make target 'info'. Stop.
This commit is contained in:

committed by
Mike Frysinger

parent
579f0281f3
commit
acbf56d780
@ -867,6 +867,18 @@ config.status: configure
|
||||
|
||||
check:
|
||||
|
||||
html:
|
||||
clean-html:
|
||||
install-html:
|
||||
|
||||
info:
|
||||
clean-info:
|
||||
install-info:
|
||||
|
||||
pdf:
|
||||
clean-pdf:
|
||||
install-pdf:
|
||||
|
||||
install: installdirs
|
||||
a=`basename "$$(pwd)"`; \
|
||||
n=`echo run | sed '$(program_transform_name)'`; \
|
||||
|
Reference in New Issue
Block a user