* 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.
This commit is contained in:
Frank Ch. Eigler
1998-10-28 16:08:03 +00:00
parent c0351c0f6d
commit af3711e6b3
3 changed files with 12 additions and 4 deletions

4
gdb/configure vendored
View File

@@ -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"