aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-10-28 16:08:03 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-10-28 16:08:03 +0000
commitaf3711e6b3e0942f07d757f07c6bcaa044dddd09 (patch)
tree74080924b199b4edf0b748cee3372f2a0c93d9f0 /gdb
parentc0351c0f6db37e3cf3263b7f1aa5f8ed6390cc5b (diff)
downloadgdb-af3711e6b3e0942f07d757f07c6bcaa044dddd09.zip
gdb-af3711e6b3e0942f07d757f07c6bcaa044dddd09.tar.gz
gdb-af3711e6b3e0942f07d757f07c6bcaa044dddd09.tar.bz2
* peripheral part of sky->devo merge
* 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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog8
-rwxr-xr-xgdb/configure4
-rw-r--r--gdb/configure.in4
3 files changed, 12 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 40e6fc1..22a8a15 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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,
diff --git a/gdb/configure b/gdb/configure
index f69fa31..48c9b10 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -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"
diff --git a/gdb/configure.in b/gdb/configure.in
index d1537ad..2bb1cee 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -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"