* dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
[deliverable/binutils-gdb.git] / gdb / configure.host
index 47e8603cc04672bc2a9de591c818c9abd3c9afb9..1c35df02269acb16d7946a7ba1724f7465756d59 100644 (file)
 case "${host_cpu}" in
 
 alpha*)                        gdb_host_cpu=alpha ;;
+arm*)                  gdb_host_cpu=arm ;;
 # OBSOLETE c[12])              gdb_host_cpu=convex ;;
 hppa*)                 gdb_host_cpu=pa ;;
 i[3456]86*)            gdb_host_cpu=i386 ;;
 m68*)                  gdb_host_cpu=m68k ;;
 m88*)                  gdb_host_cpu=m88k ;;
-# OBSOLETE np1)                        gdb_host_cpu=gould ;;
 # OBSOLETE pyramid)            gdb_host_cpu=pyr ;;
 powerpc*)              gdb_host_cpu=powerpc ;;
 sparc64)               gdb_host_cpu=sparc ;;
@@ -34,15 +34,18 @@ alpha*-*-osf1*)             gdb_host=alpha-osf1 ;;
 alpha*-*-osf2*)                gdb_host=alpha-osf2 ;;
 alpha*-*-osf[3456789]*)        gdb_host=alpha-osf3 ;;
 alpha*-*-linux*)       gdb_host=alpha-linux ;;
+alpha*-*-freebsd*)     gdb_host=fbsd ;;
 
-arm-*-*)               gdb_host=arm ;;
+arm*-*-linux*)         gdb_host=linux ;;
+arm*-*-*)              gdb_host=arm ;;
 
 # OBSOLETE c[12]-*-*)          gdb_host=convex ;;
 
 hppa*-*-bsd*)          gdb_host=hppabsd ;;
 hppa*-*-hiux*)         gdb_host=hppahpux ;;
 hppa*-*-hpux10.20)     gdb_host=hpux1020 ;;
-hppa*-*-hpux11*)       gdb_host=hpux1100 ;;
+hppa*64*-*-hpux11*)    gdb_host=hpux11w ;;
+hppa*-*-hpux11*)       gdb_host=hpux11 ;;
 hppa*-*-hpux*)         gdb_host=hppahpux ;;
 hppa*-*-osf*)          gdb_host=hppaosf ;;
 
@@ -54,6 +57,8 @@ i[3456]86-*-aix*)     gdb_host=i386aix ;;
 i[3456]86-*-bsd*)      gdb_host=i386bsd ;;
 i[3456]86-*-dgux*)     gdb_host=i386dgux ;;
 i[3456]86-*-freebsd*)  gdb_host=fbsd ;;
+i[3456]86-*-netbsdelf*)        gdb_host=nbsdelf ;;
+i[3456]86-*-netbsdaout*) gdb_host=nbsd ;;
 i[3456]86-*-netbsd*)   gdb_host=nbsd ;;
 i[3456]86-*-go32*)     gdb_host=go32 ;;
 i[3456]86-*-msdosdjgpp*) gdb_host=go32 ;;
@@ -78,6 +83,9 @@ i[3456]86-*-unixware*)        gdb_host=i386v4 ;;
 i[3456]86-*-sysv*)     gdb_host=i386v ;;
 i[3456]86-*-isc*)      gdb_host=i386v32 ;;
 i[3456]86-*-cygwin*)   gdb_host=cygwin ;;
+
+ia64-*-linux*)         gdb_host=linux ;;
+
 m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
 m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
 m68030-sony-*)         gdb_host=news1000 ;;
@@ -121,8 +129,6 @@ mips-*-riscos*)             gdb_host=riscos ;;
 
 none-*-*)              gdb_host=none ;;
 
-# OBSOLETE np1-*-*)            gdb_host=np1 ;;
-
 ns32k-*-mach3*)                gdb_host=ns32km3 ;;
 ns32k-*-netbsd*)       gdb_host=nbsd ;;
 ns32k-umax-*)          gdb_host=umax ;;
@@ -132,6 +138,7 @@ powerpc-*-aix*)             gdb_host=aix ;;
 powerpcle-*-cygwin*)   gdb_host=cygwin ;;
 powerpcle-*-solaris*)  gdb_host=solaris ;;
 powerpc-*-linux*)      gdb_host=linux ;;
+powerpc-*-netbsd*)     gdb_host=nbsd ;;
 
 # OBSOLETE pn-*-*)             gdb_host=pn ;;
 
@@ -145,6 +152,8 @@ rs6000-*-*)         gdb_host=rs6000 ;;
 
 sparc-*-linux*)                gdb_host=linux ;;
 sparc-*-lynxos*)       gdb_host=sparclynx ;;
+sparc-*-netbsdelf*)    gdb_host=nbsdelf ;;
+sparc-*-netbsdaout*)   gdb_host=nbsd ;;
 sparc-*-netbsd*)       gdb_host=nbsd ;;
 sparc-*-solaris2*)     gdb_host=sun4sol2 ;;
 sparc-*-sunos4*)       gdb_host=sun4os4 ;;
@@ -153,8 +162,9 @@ sparc-*-*)          gdb_host=sun4os4 ;;
 sparc64-*-*)           gdb_host=sun4sol2 ;;
 
 strongarm-*-*)         gdb_host=arm ;;
+xscale-*-*)            gdb_host=arm ;;
 
-tahoe-*-*)             gdb_host=tahoe ;;
+# OBSOLETE tahoe-*-*)          gdb_host=tahoe ;;
 
 vax-*-bsd*)            gdb_host=vaxbsd ;;
 vax-*-ultrix2*)                gdb_host=vaxult2 ;;
This page took 0.054068 seconds and 4 git commands to generate.