* 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.
+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,
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"
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"
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"
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"