• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
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

修订版3423db82572608404ab4377d4147a66c0b5e37d3 (tree)
时间2000-04-08 20:13:17
作者Peter Schauer <Peter.Schauer@mytu...>
CommiterPeter Schauer

Log Message

* configure.in (NEW_PROC_API): Escape square brackets when testing
for solaris2.[678].
* configure: Regenerate.

更改概述

差异

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
1+2000-04-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2+
3+ * configure.in (NEW_PROC_API): Escape square brackets when testing
4+ for solaris2.[678].
5+ * configure: Regenerate.
6+
17 2000-04-07 Scott Bambrough <scottb@netwinder.org>
28
39 * ChangeLog: Correct date on last entry.
--- a/gdb/configure
+++ b/gdb/configure
@@ -4259,7 +4259,7 @@ EOF
42594259 EOF
42604260
42614261 ;;
4262- *-*-solaris2.678)
4262+ *-*-solaris2.[678])
42634263 cat >> confdefs.h <<\EOF
42644264 #define NEW_PROC_API 1
42654265 EOF
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -184,7 +184,7 @@ if test "${target}" = "${host}"; then
184184 *-*-unixware* | *-*-sysv4.2* | *-*-sysv5*)
185185 AC_DEFINE(NEW_PROC_API)
186186 ;;
187- *-*-solaris2.[678])
187+ *-*-solaris2.[[678]])
188188 AC_DEFINE(NEW_PROC_API)
189189 ;;
190190 esac