GNU Binutils with patches for OS216
Revisión | ad40f5720a7c0f611333c01fe22e265be88dc2bc (tree) |
---|---|
Tiempo | 2013-11-07 02:18:11 |
Autor | H.J. Lu <hjl.tools@gmai...> |
Commiter | H.J. Lu |
Mention hjl.tools@gmail.com in bug URL
@@ -0,0 +1,5 @@ | ||
1 | +2013-11-04 H.J. Lu <hjl.tools@gmail.com> | |
2 | + | |
3 | + * bfd/configure.in (ACX_PKGVERSION): Pass "Linux/GNU Binutils". | |
4 | + (ACX_BUGURL): Add mailto:hjl.tools@gmail.com. | |
5 | + * bfd/configure: Regenerated. |
@@ -1460,7 +1460,7 @@ Optional Packages: | ||
1460 | 1460 | --with-separate-debug-dir=DIR |
1461 | 1461 | Look for global separate debug info in DIR |
1462 | 1462 | [default=LIBDIR/debug] |
1463 | - --with-pkgversion=PKG Use PKG in the version string in place of "GNU | |
1463 | + --with-pkgversion=PKG Use PKG in the version string in place of "Linux/GNU | |
1464 | 1464 | Binutils" |
1465 | 1465 | --with-bugurl=URL Direct users to URL to report a bug |
1466 | 1466 | --with-zlib include zlib support (auto/yes/no) default=auto |
@@ -12121,7 +12121,7 @@ if test "${with_pkgversion+set}" = set; then : | ||
12121 | 12121 | *) PKGVERSION="($withval) " ;; |
12122 | 12122 | esac |
12123 | 12123 | else |
12124 | - PKGVERSION="(GNU Binutils) " | |
12124 | + PKGVERSION="(Linux/GNU Binutils) " | |
12125 | 12125 | |
12126 | 12126 | fi |
12127 | 12127 |
@@ -12139,7 +12139,7 @@ if test "${with_bugurl+set}" = set; then : | ||
12139 | 12139 | ;; |
12140 | 12140 | esac |
12141 | 12141 | else |
12142 | - BUGURL="http://www.sourceware.org/bugzilla/" | |
12142 | + BUGURL="http://www.sourceware.org/bugzilla/ and mailto:hjl.tools@gmail.com" | |
12143 | 12143 | |
12144 | 12144 | fi |
12145 | 12145 |
@@ -126,8 +126,8 @@ if test $want_elf_stt_common = true; then | ||
126 | 126 | [Define if we may generate symbols with ELF's STT_COMMON type]) |
127 | 127 | fi |
128 | 128 | |
129 | -ACX_PKGVERSION([GNU Binutils]) | |
130 | -ACX_BUGURL([http://www.sourceware.org/bugzilla/]) | |
129 | +ACX_PKGVERSION([Linux/GNU Binutils]) | |
130 | +ACX_BUGURL([http://www.sourceware.org/bugzilla/ and mailto:hjl.tools@gmail.com]) | |
131 | 131 | |
132 | 132 | AM_BINUTILS_WARNINGS |
133 | 133 |