* peripheral part of sky->devo merge
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 28 Oct 1998 16:08:03 +0000 (16:08 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 28 Oct 1998 16:08:03 +0000 (16:08 +0000)
* patch approved by shebs
Wed Oct 28 12:33:52 EST 1998  Frank Ch. Eigler <fche@cygnus.com>
* configure.in: Accept both -skyb- and -sky- for
--with-sim-funit/gpu2 options.
* configure: Rebuilt.

gdb/ChangeLog
gdb/configure
gdb/configure.in

index 40e6fc16f4c61bae9ed4689912cf1f7d5753a7d3..22a8a15e5da72b93ede85d6c73fbff68cc30783a 100644 (file)
@@ -1,3 +1,11 @@
+start-sanitize-sky
+Wed Oct 28 12:33:52 EST 1998  Frank Ch. Eigler <fche@cygnus.com>
+
+       * configure.in: Accept both -skyb- and -sky- for
+       --with-sim-funit/gpu2 options.
+       * configure: Rebuilt.
+
+end-sanitize-sky
 Wed Oct 28 08:01:38 1998  Mark Alexander  <marka@cygnus.com>
 
        * sparcl-tdep.c (send_resp, sparclite_serial_start,
index f69fa31e0203e8009d11dbc08b11778ed6963638..48c9b10ad05e6e8c65e56a3fcc00b0d877a17860 100755 (executable)
@@ -5773,7 +5773,7 @@ fi
 if test "${with_sim_gpu2+set}" = set; then
   withval="$with_sim_gpu2"
   case "${target}" in
-  mips*-sky-*)
+  mips*-sky*-*)
     if test -d "${withval}"
     then
       LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11 -lXext"
@@ -5789,7 +5789,7 @@ fi
 if test "${with_sim_funit+set}" = set; then
   withval="$with_sim_funit"
   case "${target}" in
-  mips*-sky-*)
+  mips*-sky*-*)
     if test -d "${withval}"
     then
       LIBS="${LIBS} -L${withval}/lib -lfunit"
index d1537ad08fded852805b539cec82c6b4435d3fc9..2bb1cee4cb24a727df219504bd5cb5e7368ec941 100644 (file)
@@ -665,7 +665,7 @@ AC_PATH_X
 AC_ARG_WITH(sim-gpu2,
 [  --with-sim-gpu2=DIR     Use GPU2 library under given DIR],
 [case "${target}" in
-  mips*-sky-*)
+  mips*-sky*-*)
     if test -d "${withval}"
     then
       LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11 -lXext"
@@ -679,7 +679,7 @@ esac])dnl
 AC_ARG_WITH(sim-funit,
 [  --with-sim-funit=DIR    Use target FP lib under given DIR],
 [case "${target}" in
-  mips*-sky-*)
+  mips*-sky*-*)
     if test -d "${withval}"
     then
       LIBS="${LIBS} -L${withval}/lib -lfunit"
This page took 0.030439 seconds and 4 git commands to generate.