forked from Imagelibrary/binutils-gdb
* 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:
4
gdb/configure
vendored
4
gdb/configure
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user