Browse Source

* Makefile.am (baseboard_DATA): Add missing rx-sim.exp.

* Makefile.in: Regenerate.

Signed-off-by: Ben Elliston <bje@gnu.org>
(cherry picked from commit faf51ab42e)
Yoshinori Sato 11 years ago
committed by Rob Savoye
parent
commit
57b21e03cd
  1. 5
      ChangeLog
  2. 1
      Makefile.am
  3. 1
      Makefile.in

5
ChangeLog

@ -10,6 +10,11 @@
Since we (Linaro TCWG) use ssh, this patch just removes "ssh rm
-f", since scp will overwrite the file, if one is present.
2015-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
* Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
* Makefile.in: Regenerate.
2015-11-16 Brooks Moses <bmoses@google.com>
* config/unix.exp: Add ability to set test timeout from site.exp.

1
Makefile.am

@ -186,6 +186,7 @@ baseboard_DATA = \
baseboards/powerpc-sim.exp \
baseboards/powerpcle-sim.exp \
baseboards/rom68k-idp.exp \
baseboards/rx-sim.exp \
baseboards/sh-hms.exp \
baseboards/sh-sid.exp \
baseboards/sh-sim.exp \

1
Makefile.in

@ -528,6 +528,7 @@ baseboard_DATA = \
baseboards/powerpc-sim.exp \
baseboards/powerpcle-sim.exp \
baseboards/rom68k-idp.exp \
baseboards/rx-sim.exp \
baseboards/sh-hms.exp \
baseboards/sh-sid.exp \
baseboards/sh-sim.exp \

Loading…
Cancel
Save