It turns out that 1.2 wasn't botched after all. (I was failing to take

into account all of the imports that had been done.)
This commit is contained in:
Kevin Buettner 2000-03-21 06:18:23 +00:00
parent 9505582ca3
commit f2ae78293c

View file

@ -11,13 +11,14 @@
case "${host_cpu}" in case "${host_cpu}" in
alpha*) gdb_host_cpu=alpha ;; alpha*) gdb_host_cpu=alpha ;;
c[12]) gdb_host_cpu=convex ;; arm*) gdb_host_cpu=arm ;;
# OBSOLETE c[12]) gdb_host_cpu=convex ;;
hppa*) gdb_host_cpu=pa ;; hppa*) gdb_host_cpu=pa ;;
i[3456]86*) gdb_host_cpu=i386 ;; i[3456]86*) gdb_host_cpu=i386 ;;
m68*) gdb_host_cpu=m68k ;; m68*) gdb_host_cpu=m68k ;;
m88*) gdb_host_cpu=m88k ;; m88*) gdb_host_cpu=m88k ;;
# OBSOLETE np1) gdb_host_cpu=gould ;; # OBSOLETE np1) gdb_host_cpu=gould ;;
pyramid) gdb_host_cpu=pyr ;; # OBSOLETE pyramid) gdb_host_cpu=pyr ;;
powerpc*) gdb_host_cpu=powerpc ;; powerpc*) gdb_host_cpu=powerpc ;;
sparc64) gdb_host_cpu=sparc ;; sparc64) gdb_host_cpu=sparc ;;
*) gdb_host_cpu=$host_cpu ;; *) gdb_host_cpu=$host_cpu ;;
@ -35,14 +36,16 @@ alpha*-*-osf2*) gdb_host=alpha-osf2 ;;
alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;; alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;;
alpha*-*-linux*) gdb_host=alpha-linux ;; alpha*-*-linux*) gdb_host=alpha-linux ;;
arm-*-*) gdb_host=arm ;; arm*-*-linux*) gdb_host=linux ;;
arm*-*-*) gdb_host=arm ;;
c[12]-*-*) gdb_host=convex ;; # OBSOLETE c[12]-*-*) gdb_host=convex ;;
hppa*-*-bsd*) gdb_host=hppabsd ;; hppa*-*-bsd*) gdb_host=hppabsd ;;
hppa*-*-hiux*) gdb_host=hppahpux ;; hppa*-*-hiux*) gdb_host=hppahpux ;;
hppa*-*-hpux10.20) gdb_host=hpux1020 ;; hppa*-*-hpux10.20) gdb_host=hpux1020 ;;
hppa*-*-hpux11.0*) gdb_host=hpux1100 ;; hppa2.0w-*-hpux11*) gdb_host=hpux11w ;;
hppa*-*-hpux11*) gdb_host=hpux11 ;;
hppa*-*-hpux*) gdb_host=hppahpux ;; hppa*-*-hpux*) gdb_host=hppahpux ;;
hppa*-*-osf*) gdb_host=hppaosf ;; hppa*-*-osf*) gdb_host=hppaosf ;;
@ -56,6 +59,7 @@ i[3456]86-*-dgux*) gdb_host=i386dgux ;;
i[3456]86-*-freebsd*) gdb_host=fbsd ;; i[3456]86-*-freebsd*) gdb_host=fbsd ;;
i[3456]86-*-netbsd*) gdb_host=nbsd ;; i[3456]86-*-netbsd*) gdb_host=nbsd ;;
i[3456]86-*-go32*) gdb_host=go32 ;; i[3456]86-*-go32*) gdb_host=go32 ;;
i[3456]86-*-msdosdjgpp*) gdb_host=go32 ;;
i[3456]86-*-linux*) gdb_host=linux ;; i[3456]86-*-linux*) gdb_host=linux ;;
i[3456]86-*-lynxos*) gdb_host=i386lynx ;; i[3456]86-*-lynxos*) gdb_host=i386lynx ;;
i[3456]86-*-mach3*) gdb_host=i386m3 ;; i[3456]86-*-mach3*) gdb_host=i386m3 ;;
@ -84,7 +88,7 @@ m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;; m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
m68030-sony-*) gdb_host=news1000 ;; m68030-sony-*) gdb_host=news1000 ;;
m68*-altos-*) gdb_host=altos ;; # OBSOLETE m68*-altos-*) gdb_host=altos ;;
m68*-apollo*-sysv*) gdb_host=apollo68v ;; m68*-apollo*-sysv*) gdb_host=apollo68v ;;
m68*-apollo*-bsd*) gdb_host=apollo68b ;; m68*-apollo*-bsd*) gdb_host=apollo68b ;;
m68*-att-*) gdb_host=3b1 ;; m68*-att-*) gdb_host=3b1 ;;
@ -107,7 +111,7 @@ m88*-motorola-sysv4*) gdb_host=delta88v4 ;;
m88*-motorola-sysv*) gdb_host=delta88 ;; m88*-motorola-sysv*) gdb_host=delta88 ;;
m88*-*-*) gdb_host=m88k ;; m88*-*-*) gdb_host=m88k ;;
mips-dec-mach3*) gdb_host=mach3 ;; mips-dec-mach3*) gdb_host=mipsm3 ;;
mips-dec-*) gdb_host=decstation ;; mips-dec-*) gdb_host=decstation ;;
mips-little-*) gdb_host=littlemips ;; mips-little-*) gdb_host=littlemips ;;
mips-sgi-irix3*) gdb_host=irix3 ;; mips-sgi-irix3*) gdb_host=irix3 ;;
@ -135,9 +139,9 @@ powerpcle-*-cygwin*) gdb_host=cygwin ;;
powerpcle-*-solaris*) gdb_host=solaris ;; powerpcle-*-solaris*) gdb_host=solaris ;;
powerpc-*-linux*) gdb_host=linux ;; powerpc-*-linux*) gdb_host=linux ;;
# OBSOLETE pn-*-*) gdb_host=pn ;; # OBSOLETE pn-*-*) gdb_host=pn ;;
pyramid-*-*) gdb_host=pyramid ;; # OBSOLETE pyramid-*-*) gdb_host=pyramid ;;
romp-*-*) gdb_host=rtbsd ;; romp-*-*) gdb_host=rtbsd ;;
@ -147,6 +151,8 @@ rs6000-*-*) gdb_host=rs6000 ;;
sparc-*-linux*) gdb_host=linux ;; sparc-*-linux*) gdb_host=linux ;;
sparc-*-lynxos*) gdb_host=sparclynx ;; sparc-*-lynxos*) gdb_host=sparclynx ;;
sparc-*-netbsdelf*) gdb_host=nbsdelf ;;
sparc-*-netbsdaout*) gdb_host=nbsd ;;
sparc-*-netbsd*) gdb_host=nbsd ;; sparc-*-netbsd*) gdb_host=nbsd ;;
sparc-*-solaris2*) gdb_host=sun4sol2 ;; sparc-*-solaris2*) gdb_host=sun4sol2 ;;
sparc-*-sunos4*) gdb_host=sun4os4 ;; sparc-*-sunos4*) gdb_host=sun4os4 ;;
@ -156,7 +162,7 @@ sparc64-*-*) gdb_host=sun4sol2 ;;
strongarm-*-*) gdb_host=arm ;; strongarm-*-*) gdb_host=arm ;;
tahoe-*-*) gdb_host=tahoe ;; # OBSOLETE tahoe-*-*) gdb_host=tahoe ;;
vax-*-bsd*) gdb_host=vaxbsd ;; vax-*-bsd*) gdb_host=vaxbsd ;;
vax-*-ultrix2*) gdb_host=vaxult2 ;; vax-*-ultrix2*) gdb_host=vaxult2 ;;