diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-13 02:38:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-13 02:41:10 -0400 |
commit | bf12d44ee075e694a2b0dca87b9e9ca0e685d319 (patch) | |
tree | 9a24d96ec6efff307fbd1729c8445ddb6963b272 /sim/avr | |
parent | a542beff945c1a416f85309d57b21d4a18422883 (diff) | |
download | gdb-bf12d44ee075e694a2b0dca87b9e9ca0e685d319.zip gdb-bf12d44ee075e694a2b0dca87b9e9ca0e685d319.tar.gz gdb-bf12d44ee075e694a2b0dca87b9e9ca0e685d319.tar.bz2 |
sim: fix the PKGVERSION define
This should be SIM, not GDB.
Diffstat (limited to 'sim/avr')
-rw-r--r-- | sim/avr/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/avr/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog index 840ec0b..d8b2a29 100644 --- a/sim/avr/ChangeLog +++ b/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. diff --git a/sim/avr/configure b/sim/avr/configure index 092ef46..38d09c0 100755 --- a/sim/avr/configure +++ b/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 |