mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
sim: fix the PKGVERSION define
This should be SIM, not GDB.
This commit is contained in:
parent
a542beff94
commit
bf12d44ee0
@ -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
vendored
4
sim/arm/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/avr/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/bfin/configure
vendored
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
vendored
4
sim/common/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/cr16/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/cris/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/d10v/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/erc32/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/frv/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/ft32/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/h8300/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/iq2000/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/lm32/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/m32c/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/m32r/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/m68hc11/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/mcore/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/microblaze/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/mips/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/mn10300/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/moxie/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/msp430/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/rl78/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/rx/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/sh/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/sh64/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
vendored
4
sim/v850/configure
vendored
@ -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…
Reference in New Issue
Block a user