mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* As suggested by crash, made --with-sim-gpu2 option active only on -sky- target.
This commit is contained in:
parent
9216fffaef
commit
bd5eafcd7c
32
gdb/configure
vendored
32
gdb/configure
vendored
@ -3451,12 +3451,16 @@ fi
|
|||||||
# Check whether --with-sim-gpu2 or --without-sim-gpu2 was given.
|
# Check whether --with-sim-gpu2 or --without-sim-gpu2 was given.
|
||||||
if test "${with_sim_gpu2+set}" = set; then
|
if test "${with_sim_gpu2+set}" = set; then
|
||||||
withval="$with_sim_gpu2"
|
withval="$with_sim_gpu2"
|
||||||
if test -d "${withval}"
|
case "${target}" in
|
||||||
then
|
mips*-sky-*)
|
||||||
LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11"
|
if test -d "${withval}"
|
||||||
else
|
then
|
||||||
{ echo "configure: error: "Directory ${withval} does not exist."" 1>&2; exit 1; };
|
LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11"
|
||||||
fi
|
else
|
||||||
|
echo "configure: warning: Directory ${withval} does not exist." 1>&2
|
||||||
|
fi ;;
|
||||||
|
*) echo "configure: warning: --with-sim-gpu2 option invalid for target ${target}" 1>&2
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
# end-sanitize-sky
|
# end-sanitize-sky
|
||||||
|
|
||||||
@ -3603,7 +3607,7 @@ links="${links} nm.h"
|
|||||||
fi
|
fi
|
||||||
# start-sanitize-gdbtk
|
# start-sanitize-gdbtk
|
||||||
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
|
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
|
||||||
echo "configure:3607: checking whether ln -s works" >&5
|
echo "configure:3611: checking whether ln -s works" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -3638,19 +3642,19 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for Cygwin32 environment""... $ac_c" 1>&6
|
echo $ac_n "checking for Cygwin32 environment""... $ac_c" 1>&6
|
||||||
echo "configure:3642: checking for Cygwin32 environment" >&5
|
echo "configure:3646: checking for Cygwin32 environment" >&5
|
||||||
if eval "test \"`echo '$''{'am_cv_cygwin32'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'am_cv_cygwin32'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 3647 "configure"
|
#line 3651 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
return __CYGWIN32__;
|
return __CYGWIN32__;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:3654: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:3658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
am_cv_cygwin32=yes
|
am_cv_cygwin32=yes
|
||||||
else
|
else
|
||||||
@ -3667,19 +3671,19 @@ echo "$ac_t""$am_cv_cygwin32" 1>&6
|
|||||||
CYGWIN32=
|
CYGWIN32=
|
||||||
test "$am_cv_cygwin32" = yes && CYGWIN32=yes
|
test "$am_cv_cygwin32" = yes && CYGWIN32=yes
|
||||||
echo $ac_n "checking for Mingw32 environment""... $ac_c" 1>&6
|
echo $ac_n "checking for Mingw32 environment""... $ac_c" 1>&6
|
||||||
echo "configure:3671: checking for Mingw32 environment" >&5
|
echo "configure:3675: checking for Mingw32 environment" >&5
|
||||||
if eval "test \"`echo '$''{'am_cv_mingw32'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'am_cv_mingw32'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 3676 "configure"
|
#line 3680 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
return __MINGW32__;
|
return __MINGW32__;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:3683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:3687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
am_cv_mingw32=yes
|
am_cv_mingw32=yes
|
||||||
else
|
else
|
||||||
@ -3698,7 +3702,7 @@ test "$am_cv_mingw32" = yes && MINGW32=yes
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
|
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
|
||||||
echo "configure:3702: checking for executable suffix" >&5
|
echo "configure:3706: checking for executable suffix" >&5
|
||||||
if eval "test \"`echo '$''{'am_cv_exeext'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'am_cv_exeext'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -436,12 +436,16 @@ AC_PATH_X
|
|||||||
# Enable GPU2 library for MIPS simulator
|
# Enable GPU2 library for MIPS simulator
|
||||||
AC_ARG_WITH(sim-gpu2,
|
AC_ARG_WITH(sim-gpu2,
|
||||||
[ --with-sim-gpu2=path Use GPU2 library under given directory],
|
[ --with-sim-gpu2=path Use GPU2 library under given directory],
|
||||||
[if test -d "${withval}"
|
[case "${target}" in
|
||||||
then
|
mips*-sky-*)
|
||||||
LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11"
|
if test -d "${withval}"
|
||||||
else
|
then
|
||||||
AC_MSG_ERROR("Directory ${withval} does not exist.");
|
LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11"
|
||||||
fi])dnl
|
else
|
||||||
|
AC_MSG_WARN([Directory ${withval} does not exist.])
|
||||||
|
fi ;;
|
||||||
|
*) AC_MSG_WARN([--with-sim-gpu2 option invalid for target ${target}])
|
||||||
|
esac])dnl
|
||||||
# end-sanitize-sky
|
# end-sanitize-sky
|
||||||
|
|
||||||
AC_SUBST(ENABLE_CFLAGS)
|
AC_SUBST(ENABLE_CFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user