v850 shit
authorStu Grossman <grossman@cygnus>
Sat, 28 Sep 1996 01:08:10 +0000 (01:08 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 28 Sep 1996 01:08:10 +0000 (01:08 +0000)
gdb/configure

index a158fa9a6f049a6a7c26b6d8fa9dc5d5e861b7cb..49594ce1990bb60d6da391e85b068c314407646e 100755 (executable)
@@ -1461,7 +1461,7 @@ EOF
 fi
 
 
-for ac_func in setpgid sbrk
+for ac_func in setpgid sbrk select poll
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
@@ -2028,6 +2028,17 @@ EOF
        else
                echo "$ac_t""no" 1>&6
        fi
+       echo $ac_n "checking for HPUX/OSF thread support""... $ac_c" 1>&6
+       if test -f /usr/include/dce/cma_config.h ; then
+               echo "$ac_t""yes" 1>&6
+               cat >> confdefs.h <<\EOF
+#define HAVE_HPUX_THREAD_SUPPORT 1
+EOF
+
+               THREAD_DB_OBS=hpux-thread.o
+       else
+               echo "$ac_t""no" 1>&6
+       fi
        
        
 fi
@@ -2406,12 +2417,12 @@ if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2410 "configure"
+#line 2421 "configure"
 #include "confdefs.h"
 #include <tclInt.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2415: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -2538,12 +2549,12 @@ if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2542 "configure"
+#line 2553 "configure"
 #include "confdefs.h"
 #include <tk.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2547: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -2747,7 +2758,7 @@ i[3456]86-*-isc*) gdb_host=i386v32 ;;
 i[3456]86-*-os9k)      gdb_host=i386os9k ;;
 i[3456]86-*-cygwin32)  gdb_host=cygwin32 ;;
 i[3456]86-*-windows)   gdb_host=windows
-                       configdirs="${configdirs} mswin" ;;
+                       configdirs=mswin ;;
 m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
 m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
 m68030-sony-*)         gdb_host=news1000 ;;
@@ -3061,6 +3072,8 @@ tahoe-*-*)                gdb_target=tahoe ;;
 
 vax-*-*)               gdb_target=vax ;;
 
+v850-*-*)              gdb_target=v850 ;;
+
 w65-*-*)               gdb_target=w65 ;;
 
 z8k-*-coff*)           gdb_target=z8k ;;
This page took 0.030136 seconds and 4 git commands to generate.