Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
To: gdb-patches@cygnus.com
Subject: Typo in sim/mips/configure.in
Date: Tue, 29 Dec 1998 08:05:00 -0000	[thread overview]
Message-ID: <13960.64970.607140.819986@xayide.TechFak.Uni-Bielefeld.DE> (raw)

configuring gdb 19981224 on IRIX 6.2 fails in mips/sim due to a typo in
mips/sim/configure.in:

configuring in mips
running /bin/sh /vol/gnu/src/gdb/gdb-19981224/sim/mips/configure  --host=mips-sgi-irix6.2 --target=mips-sgi-irix6.2 --prefix=/vol/gnu --cache-file=../../config.cache --srcdir=/vol/gnu/src/gdb/gdb-19981224/sim/mips
[...]
Setting smp flags = -DWITH_SMP=0
UX:sh (configure): ERROR: /vol/gnu/src/gdb/gdb-19981224/sim/mips/configure: Syntax error at line 3904: `)' unexpected
configure: error: /vol/gnu/src/gdb/gdb-19981224/sim/mips/configure failed for mips
Configure in /tmp/gdb-19981224/sim failed, exiting.

The following patch fixes this:

Tue Dec 29 16:03:53 1998  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

	* configure.in: Added missing ;; in case statement.

===================================================================
RCS file: RCS/configure,v
retrieving revision 1.1
diff -p -r1.1 configure
*** configure	1998/12/24 22:25:51	1.1
--- configure	1998/12/29 13:31:20
*************** case "${target}" in
*** 3901,3906 ****
--- 3901,3907 ----
  			;;
    mips64vr5*-*-*)	sim_gen=IGEN
  			sim_igen_machine="-M vr5000"
+ 			;;
    mips64vr41*)		sim_gen=M16
  			sim_igen_machine="-M vr4100"
  			sim_m16_machine="-M vr4100"
===================================================================
RCS file: RCS/configure.in,v
retrieving revision 1.1
diff -p -r1.1 configure.in
*** configure.in	1998/12/24 22:25:52	1.1
--- configure.in	1998/12/29 13:31:04
*************** case "${target}" in
*** 102,107 ****
--- 102,108 ----
  			;;
    mips64vr5*-*-*)	sim_gen=IGEN
  			sim_igen_machine="-M vr5000"
+ 			;;
    mips64vr41*)		sim_gen=M16
  			sim_igen_machine="-M vr4100"
  			sim_m16_machine="-M vr4100"

-----------------------------------------------------------------------------
Rainer Orth, Technical Faculty, University of Bielefeld

Internet: ro@TechFak.Uni-Bielefeld.DE


             reply	other threads:[~1998-12-29  8:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-29  8:05 Rainer Orth [this message]
1998-12-30 13:17 ` Stan Shebs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13960.64970.607140.819986@xayide.TechFak.Uni-Bielefeld.DE \
    --to=ro@techfak.uni-bielefeld.de \
    --cc=gdb-patches@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox