]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/Makefile.in
Fix the sim build
authorTom Tromey <tom@tromey.com>
Sat, 26 Jan 2019 15:51:57 +0000 (08:51 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 26 Jan 2019 15:53:31 +0000 (08:53 -0700)
commit67f8b42f3e65ede1915f2dc4e2ca46ddeb57c508
tree0e6742c516779c85949e2b1f85a42fa6f46f954a
parente5e2bc507d773eb48ed215eb6911c1bb7dd78b79
Fix the sim build

Simon pointed out that the "common/" include change in gdb broke the
sim build.  The problem was that the sim was using gdb's
create-version.sh, which changed.

This patch copies create-version.sh to the sim, so that it can
generate "version.c" in a way that works in the sim build.

Tested by rebuilding.

sim/common/ChangeLog
2019-01-26  Tom Tromey  <tom@tromey.com>

* Make-common.in (version.c): Use sim's create-version.sh.
* create-version.sh: New file.

sim/ppc/ChangeLog
2019-01-26  Tom Tromey  <tom@tromey.com>

* Makefile.in (version.c): Use sim's create-version.sh.
sim/common/ChangeLog
sim/common/Make-common.in
sim/common/create-version.sh [new file with mode: 0755]
sim/ppc/ChangeLog
sim/ppc/Makefile.in