* Typo in sim/mips/configure.in
@ 1998-12-29 8:05 Rainer Orth
1998-12-30 13:17 ` Stan Shebs
0 siblings, 1 reply; 2+ messages in thread
From: Rainer Orth @ 1998-12-29 8:05 UTC (permalink / raw)
To: gdb-patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1998-12-30 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-29 8:05 Typo in sim/mips/configure.in Rainer Orth
1998-12-30 13:17 ` Stan Shebs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox