Browse Source

sim: fix the PKGVERSION define

This should be SIM, not GDB.
gdb-7.10-branch
Mike Frysinger 11 years ago
parent
commit
bf12d44ee0
  1. 4
      sim/arm/ChangeLog
  2. 4
      sim/arm/configure
  3. 4
      sim/avr/ChangeLog
  4. 4
      sim/avr/configure
  5. 4
      sim/bfin/ChangeLog
  6. 4
      sim/bfin/configure
  7. 5
      sim/common/ChangeLog
  8. 2
      sim/common/acinclude.m4
  9. 4
      sim/common/configure
  10. 4
      sim/cr16/ChangeLog
  11. 4
      sim/cr16/configure
  12. 4
      sim/cris/ChangeLog
  13. 4
      sim/cris/configure
  14. 4
      sim/d10v/ChangeLog
  15. 4
      sim/d10v/configure
  16. 4
      sim/erc32/ChangeLog
  17. 4
      sim/erc32/configure
  18. 4
      sim/frv/ChangeLog
  19. 4
      sim/frv/configure
  20. 4
      sim/ft32/ChangeLog
  21. 4
      sim/ft32/configure
  22. 4
      sim/h8300/ChangeLog
  23. 4
      sim/h8300/configure
  24. 4
      sim/iq2000/ChangeLog
  25. 4
      sim/iq2000/configure
  26. 4
      sim/lm32/ChangeLog
  27. 4
      sim/lm32/configure
  28. 4
      sim/m32c/ChangeLog
  29. 4
      sim/m32c/configure
  30. 4
      sim/m32r/ChangeLog
  31. 4
      sim/m32r/configure
  32. 4
      sim/m68hc11/ChangeLog
  33. 4
      sim/m68hc11/configure
  34. 4
      sim/mcore/ChangeLog
  35. 4
      sim/mcore/configure
  36. 4
      sim/microblaze/ChangeLog
  37. 4
      sim/microblaze/configure
  38. 4
      sim/mips/ChangeLog
  39. 4
      sim/mips/configure
  40. 4
      sim/mn10300/ChangeLog
  41. 4
      sim/mn10300/configure
  42. 4
      sim/moxie/ChangeLog
  43. 4
      sim/moxie/configure
  44. 4
      sim/msp430/ChangeLog
  45. 4
      sim/msp430/configure
  46. 4
      sim/rl78/ChangeLog
  47. 4
      sim/rl78/configure
  48. 4
      sim/rx/ChangeLog
  49. 4
      sim/rx/configure
  50. 4
      sim/sh/ChangeLog
  51. 4
      sim/sh/configure
  52. 4
      sim/sh64/ChangeLog
  53. 4
      sim/sh64/configure
  54. 4
      sim/v850/ChangeLog
  55. 4
      sim/v850/configure

4
sim/arm/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-12 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Move wrapper.o to the start of the list.

4
sim/arm/configure

@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/avr/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/avr/configure

@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/bfin/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/bfin/configure

@ -1444,7 +1444,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12830,7 +12830,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

5
sim/common/ChangeLog

@ -1,3 +1,8 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* acinclude.m4 (ACX_PKGVERSION): Change GDB to SIM.
* configure: Regenerate.
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* sim-options.c: Include version.h.

2
sim/common/acinclude.m4

@ -235,7 +235,7 @@ if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
fi],[sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"])dnl
AC_SUBST(sim_profile)
ACX_PKGVERSION([GDB])
ACX_PKGVERSION([SIM])
ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])

4
sim/common/configure

@ -1412,7 +1412,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -11062,7 +11062,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/cr16/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.

4
sim/cr16/configure

@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/cris/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/cris/configure

@ -1439,7 +1439,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12818,7 +12818,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/d10v/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.

4
sim/d10v/configure

@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/erc32/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

4
sim/erc32/configure

@ -1415,7 +1415,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12794,7 +12794,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/frv/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/frv/configure

@ -1434,7 +1434,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12813,7 +12813,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/ft32/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* interp.c (ft32_pc_get): Return the pc value.

4
sim/ft32/configure

@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/h8300/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.

4
sim/h8300/configure

@ -1411,7 +1411,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12790,7 +12790,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/iq2000/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/iq2000/configure

@ -1433,7 +1433,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12812,7 +12812,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/lm32/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/lm32/configure

@ -1431,7 +1431,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12810,7 +12810,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/m32c/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-01 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_WARNINGS.

4
sim/m32c/configure

@ -1419,7 +1419,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12798,7 +12798,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/m32r/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/m32r/configure

@ -1435,7 +1435,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12814,7 +12814,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/m68hc11/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Add sim-cpu.o.

4
sim/m68hc11/configure

@ -1428,7 +1428,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12807,7 +12807,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/mcore/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.

4
sim/mcore/configure

@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/microblaze/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.

4
sim/microblaze/configure

@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/mips/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Add sim-cpu.o.

4
sim/mips/configure

@ -1455,7 +1455,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
--with-x use the X Window System
@ -12836,7 +12836,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/mn10300/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (MN10300_OBJS): Add sim-cpu.o.

4
sim/mn10300/configure

@ -1434,7 +1434,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12813,7 +12813,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/moxie/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/moxie/configure

@ -1430,7 +1430,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12809,7 +12809,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/msp430/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/msp430/configure

@ -1425,7 +1425,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12804,7 +12804,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/rl78/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

4
sim/rl78/configure

@ -1411,7 +1411,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12790,7 +12790,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/rx/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

4
sim/rx/configure

@ -1415,7 +1415,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12794,7 +12794,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/sh/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.

4
sim/sh/configure

@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/sh64/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.

4
sim/sh64/configure

@ -1433,7 +1433,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12812,7 +12812,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

4
sim/v850/ChangeLog

@ -1,3 +1,7 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2015-04-13 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Add sim-cpu.o.

4
sim/v850/configure

@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pkgversion=PKG Use PKG in the version string in place of "GDB"
--with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
PKGVERSION="(GDB) "
PKGVERSION="(SIM) "
fi

Loading…
Cancel
Save