• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisiónad40f5720a7c0f611333c01fe22e265be88dc2bc (tree)
Tiempo2013-11-07 02:18:11
AutorH.J. Lu <hjl.tools@gmai...>
CommiterH.J. Lu

Log Message

Mention hjl.tools@gmail.com in bug URL

Cambiar Resumen

Diferencia incremental

--- /dev/null
+++ b/ChangeLog.linux
@@ -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.
--- a/bfd/configure
+++ b/bfd/configure
@@ -1460,7 +1460,7 @@ Optional Packages:
14601460 --with-separate-debug-dir=DIR
14611461 Look for global separate debug info in DIR
14621462 [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
14641464 Binutils"
14651465 --with-bugurl=URL Direct users to URL to report a bug
14661466 --with-zlib include zlib support (auto/yes/no) default=auto
@@ -12121,7 +12121,7 @@ if test "${with_pkgversion+set}" = set; then :
1212112121 *) PKGVERSION="($withval) " ;;
1212212122 esac
1212312123 else
12124- PKGVERSION="(GNU Binutils) "
12124+ PKGVERSION="(Linux/GNU Binutils) "
1212512125
1212612126 fi
1212712127
@@ -12139,7 +12139,7 @@ if test "${with_bugurl+set}" = set; then :
1213912139 ;;
1214012140 esac
1214112141 else
12142- BUGURL="http://www.sourceware.org/bugzilla/"
12142+ BUGURL="http://www.sourceware.org/bugzilla/ and mailto:hjl.tools@gmail.com"
1214312143
1214412144 fi
1214512145
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -126,8 +126,8 @@ if test $want_elf_stt_common = true; then
126126 [Define if we may generate symbols with ELF's STT_COMMON type])
127127 fi
128128
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])
131131
132132 AM_BINUTILS_WARNINGS
133133