X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fconfigure.host;h=ce528237291fc6037b1d30de95a3a489693a1e8b;hb=9b30da15e72bd4e8265169bfd511272aa3875738;hp=c8135288f5c5a302d3b9658251326e59c1f19b71;hpb=458882614b57606f65ae56e2f491a8b66aacdb6f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/configure.host b/gdb/configure.host index c8135288f5..ce52823729 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -2,26 +2,77 @@ # invoked from the autoconf generated configure script. # This file sets the following shell variables: -# gdb_host_cpu generic name of host's CPU -# gdb_host name of GDB host definition to use +# gdb_host_cpu generic name of host's CPU +# gdb_host name of GDB host definition to use +# gdb_host_float_format host's float floatformat, or 0 +# gdb_host_double_format host's double floatformat, or 0 +# gdb_host_long_double_format host's long double floatformat, or 0 +# gdb_host_obs host-specific .o files to include # Map host cpu into the config cpu subdirectory name. # The default is $host_cpu. +case $host in + arm*-*-netbsdelf* | \ + i[34567]86-*-netbsdelf* | \ + m68*-*-netbsdelf* | \ + sparc-*-netbsdelf* | \ + vax-*-netbsdelf*) + ;; + *-*-irix* | \ + *-*-solaris2.[01] | *-*-solaris2.[2-9]* | *-*-solaris2.10* | \ + alpha*-*-osf* | \ + alpha*-*-freebsd* | \ + alpha*-*-kfreebsd*-gnu | \ + arm*-*-netbsd* | \ + hppa*-*-hiux* | \ + i[34567]86-ncr-* | \ + i[34567]86-*-dgux* | \ + i[34567]86-*-lynxos* | \ + i[34567]86-*-netbsd* | \ + i[34567]86-*-openbsd[0-2].* | i[34567]86-*-openbsd3.[0-3] | \ + i[34567]86-*-sco3.2v5* | \ + i[34567]86-*-sco3.2v4* | \ + i[34567]86-*-sco* | \ + i[34567]86-*-sysv4.2* | \ + i[34567]86-*-sysv4* | \ + i[34567]86-*-sysv5* | \ + i[34567]86-*-unixware2* | \ + i[34567]86-*-unixware* | \ + i[34567]86-*-sysv* | \ + i[34567]86-*-isc* | \ + m68*-*-netbsd* | \ + sparc-*-netbsd* | \ + rs6000-*-lynxos* | \ + vax-*-bsd* | \ + vax-*-netbsd* | \ + vax-*-ultrix* | \ + hppa*-*-hpux* | \ + ia64-*-hpux* | \ + null) + echo "*** Configuration $host is obsolete." >&2 + echo "*** Support has been REMOVED." >&2 + exit 1 + ;; +esac + case "${host_cpu}" in +aarch64*) gdb_host_cpu=aarch64 ;; alpha*) gdb_host_cpu=alpha ;; arm*) gdb_host_cpu=arm ;; hppa*) gdb_host_cpu=pa ;; -i[3456]86*) gdb_host_cpu=i386 ;; +i[34567]86*) gdb_host_cpu=i386 ;; m68*) gdb_host_cpu=m68k ;; -m88*) gdb_host_cpu=m88k ;; mips*) gdb_host_cpu=mips ;; -powerpc*) gdb_host_cpu=powerpc ;; +powerpc* | rs6000) gdb_host_cpu=powerpc ;; sparcv9 | sparc64) gdb_host_cpu=sparc ;; s390*) gdb_host_cpu=s390 ;; sh*) gdb_host_cpu=sh ;; +tilegx*) gdb_host_cpu=tilegx ;; x86_64*) gdb_host_cpu=i386 ;; +m32r*) gdb_host_cpu=m32r ;; +xtensa*) gdb_host_cpu=xtensa ;; *) gdb_host_cpu=$host_cpu ;; esac @@ -30,137 +81,137 @@ esac case "${host}" in -alpha*-*-osf1*) gdb_host=alpha-osf1 ;; -alpha*-*-osf2*) gdb_host=alpha-osf2 ;; -alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;; +*-*-darwin*) gdb_host=darwin ;; + +aarch64*-*-linux*) gdb_host=linux ;; +aarch64*-*-freebsd*) gdb_host=fbsd ;; + alpha*-*-linux*) gdb_host=alpha-linux ;; -alpha*-*-freebsd*) gdb_host=fbsd ;; -alpha*-*-netbsd*) gdb_host=nbsd ;; +alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu) + gdb_host=nbsd ;; +alpha*-*-openbsd*) gdb_host=nbsd ;; +arm*-*-freebsd*) gdb_host=fbsd ;; arm*-*-linux*) gdb_host=linux ;; -arm*-*-netbsd*) gdb_host=nbsd ;; -arm*-*-*) gdb_host=arm ;; - -hppa*-*-bsd*) gdb_host=hppabsd ;; -hppa*-*-hiux*) gdb_host=hppahpux ;; -hppa*-*-hpux10.20) gdb_host=hpux1020 ;; -hppa*64*-*-hpux11*) gdb_host=hpux11w ;; -hppa*-*-hpux11*) gdb_host=hpux11 ;; -hppa*-*-hpux*) gdb_host=hppahpux ;; -hppa*-*-osf*) gdb_host=hppaosf ;; - -i[3456]86-ncr-*) gdb_host=ncr3000 ;; -i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix -i[3456]86-sequent-sysv4*) gdb_host=ptx4 ;; -i[3456]86-sequent-sysv*) gdb_host=ptx ;; -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 ;; -i[3456]86-*-linux*) gdb_host=linux ;; -i[3456]86-*-lynxos*) gdb_host=i386lynx ;; -i[3456]86-*-mach3*) gdb_host=i386m3 ;; -i[3456]86-*-mach*) gdb_host=i386mach ;; -i[3456]86-*-gnu*) gdb_host=i386gnu ;; -i[3456]86-*-openbsd*) gdb_host=obsd ;; -i[3456]86-*-osf1mk*) gdb_host=i386mk ;; -i[3456]86-*-sco3.2v5*) gdb_host=i386sco5 ;; -i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;; -i[3456]86-*-sco*) gdb_host=i386sco ;; -i[3456]86-*-solaris*) gdb_host=i386sol2 ;; -i[3456]86-*-sysv3.2*) gdb_host=i386v32 ;; -i[3456]86-*-sysv32*) gdb_host=i386v32 ;; -i[3456]86-*-sysv4.2*) gdb_host=i386v42mp ;; -i[3456]86-*-sysv4*) gdb_host=i386v4 ;; -i[3456]86-*-sysv5*) gdb_host=i386v42mp ;; -i[3456]86-*-unixware2*) gdb_host=i386v42mp ;; -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-*-aix*) gdb_host=aix ;; -ia64-*-linux*) gdb_host=linux ;; +arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu) + gdb_host=nbsdelf ;; +arm*-*-openbsd*) gdb_host=nbsdelf ;; -m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;; -m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;; +hppa*-*-linux*) gdb_host=linux ;; +hppa*-*-netbsd*) gdb_host=nbsd ;; +hppa*-*-openbsd*) gdb_host=obsd ;; + +i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) + gdb_host=fbsd ;; +i[34567]86-*-netbsdelf* | i[34567]86-*-knetbsd*-gnu) + gdb_host=nbsdelf ;; +i[34567]86-*-go32*) gdb_host=go32 ;; +i[34567]86-*-mingw32*) gdb_host=mingw + gdb_host_obs=mingw-hdep.o + ;; +i[34567]86-*-msdosdjgpp*) gdb_host=go32 ;; +i[34567]86-*-linux*) gdb_host=linux ;; +i[34567]86-*-gnu*) gdb_host=i386gnu ;; +i[3456]86-*-nto*) gdb_host=nto ;; +i[34567]86-*-openbsd*) gdb_host=obsd ;; +i[34567]86-*-solaris2* | x86_64-*-solaris2*) + gdb_host=sol2 ;; +i[34567]86-*-cygwin*) gdb_host=cygwin ;; + +ia64-*-linux*) gdb_host=linux ;; -m68*-apollo*-sysv*) gdb_host=apollo68v ;; -m68*-apollo*-bsd*) gdb_host=apollo68b ;; -m68*-att-*) gdb_host=3b1 ;; -m68*-bull*-sysv*) gdb_host=dpx2 ;; -m68*-hp-bsd*) gdb_host=hp300bsd ;; -m68*-hp-hpux*) gdb_host=hp300hpux ;; m68*-*-linux*) gdb_host=linux ;; -m68*-*-lynxos*) gdb_host=m68klynx ;; -m68*-*-netbsd*) gdb_host=nbsd ;; -m68*-*-sysv4*) gdb_host=m68kv4 ;; -m68*-motorola-*) gdb_host=delta68 ;; -m68*-sun-sunos3*) gdb_host=sun3os3 ;; -m68*-sun-sunos4*) gdb_host=sun3os4 ;; -m68*-sun-*) gdb_host=sun3os4 ;; - -m88*-motorola-sysv4*) gdb_host=delta88v4 ;; -m88*-motorola-sysv*) gdb_host=delta88 ;; -m88*-*-*) gdb_host=m88k ;; - -mips-dec-mach3*) gdb_host=mipsm3 ;; -mips-dec-*) gdb_host=decstation ;; -mips-little-*) gdb_host=littlemips ;; -mips-sgi-irix3*) gdb_host=irix3 ;; -mips-sgi-irix4*) gdb_host=irix4 ;; -mips-sgi-irix5*) gdb_host=irix5 ;; -mips-sgi-irix6*) gdb_host=irix6 ;; -mips-sony-*) gdb_host=news-mips ;; -mips*-*-linux*) gdb_host=linux ;; -mips*-*-netbsd*) gdb_host=nbsd ;; -mips-*-mach3*) gdb_host=mipsm3 ;; -mips-*-sysv4*) gdb_host=mipsv4 ;; -mips-*-sysv*) gdb_host=riscos ;; -mips-*-riscos*) gdb_host=riscos ;; +m68*-*-netbsdelf* | m68*-*-knetbsd*-gnu) + gdb_host=nbsdelf ;; +m68*-*-openbsd*) gdb_host=obsd ;; + +m88*-*-openbsd*) gdb_host=obsd ;; -none-*-*) gdb_host=none ;; +mips*-*-linux*) gdb_host=linux ;; +mips*-*-netbsd* | mips*-*-knetbsd*-gnu) + gdb_host=nbsd ;; +mips*-*-freebsd*) gdb_host=fbsd ;; +mips64*-*-openbsd*) gdb_host=obsd64 ;; -ns32k-*-netbsd*) gdb_host=nbsd ;; +powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*) + gdb_host=aix ;; +powerpc*-*-freebsd*) gdb_host=fbsd ;; +powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) + gdb_host=nbsd ;; +powerpc-*-openbsd*) gdb_host=obsd ;; -powerpc-*-aix*) gdb_host=aix ;; -powerpc-*-linux*) gdb_host=linux ;; -powerpc-*-netbsd*) gdb_host=nbsd ;; +powerpc64*-*-linux*) gdb_host=ppc64-linux ;; +powerpc*-*-linux*) gdb_host=linux ;; -rs6000-*-lynxos*) gdb_host=rs6000lynx ;; -rs6000-*-aix4*) gdb_host=aix4 ;; -rs6000-*-*) gdb_host=rs6000 ;; +riscv*-*-freebsd*) gdb_host=fbsd ;; +riscv*-*-linux*) gdb_host=linux ;; -s390*-*-*) gdb_host=s390 ;; +s390*-*-linux*) gdb_host=linux ;; -sh*-*-netbsdelf*) gdb_host=nbsd ;; +sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu) + gdb_host=nbsd ;; +sh*-*-openbsd*) gdb_host=nbsd ;; -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 ;; -sparc-*-sunos5*) gdb_host=sun4sol2 ;; -sparc-*-*) gdb_host=sun4os4 ;; -sparc64-*-freebsd*|ultrasparc-*-freebsd*|sparcv9-*-freebsd*) +sparc64-*-freebsd* | sparc64-*-kfreebsd*-gnu) gdb_host=fbsd ;; -sparc64-*-linux*) gdb_host=linux ;; -sparcv9-*-* | sparc64-*-*) gdb_host=sun4sol2 ;; +sparc-*-linux*) gdb_host=linux ;; +sparc64-*-linux*) gdb_host=linux64 ;; +sparc-*-netbsdelf* | sparc-*-knetbsd*-gnu) + gdb_host=nbsdelf ;; +sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu) + gdb_host=nbsd64 ;; +sparc-*-openbsd*) gdb_host=nbsdelf ;; +sparc64-*-openbsd*) gdb_host=obsd64 ;; +sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*) + gdb_host=sol2 + ;; + +tilegx-*-linux*) gdb_host=linux ;; + +vax-*-netbsdelf* | vax-*-knetbsd*-gnu) + gdb_host=nbsdelf ;; +vax-*-openbsd*) gdb_host=obsd ;; + +x86_64-*-linux*) gdb_host=linux64 ;; +x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) + gdb_host=fbsd64 ;; +x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu) + gdb_host=nbsd64 ;; +x86_64-*-openbsd*) gdb_host=obsd64 ;; +x86_64-*-mingw*) gdb_host=mingw64 + gdb_host_obs=mingw-hdep.o + ;; +x86_64-*-cygwin*) gdb_host=cygwin64 ;; +m32r*-*-linux*) gdb_host=linux ;; + +xtensa*-*-linux*) gdb_host=linux ;; + +esac -strongarm-*-*) gdb_host=arm ;; -xscale-*-*) gdb_host=arm ;; -vax-*-bsd*) gdb_host=vaxbsd ;; -vax-*-ultrix2*) gdb_host=vaxult2 ;; -vax-*-ultrix*) gdb_host=vaxult ;; -x86_64-*-linux*) gdb_host=x86-64linux ;; +# Map the host/cpu onto the floatformat correspondong to C's "float", +# "double" and "long double" types. +case "${host}" in +i[34567]86-*-*|x86_64-*-*) + gdb_host_float_format="&floatformat_ieee_single_little" + gdb_host_double_format="&floatformat_ieee_double_little" + gdb_host_long_double_format="&floatformat_i387_ext" + ;; +hppa*-*-linux*) + gdb_host_float_format="&floatformat_ieee_single_big" + gdb_host_double_format="&floatformat_ieee_double_big" + gdb_host_long_double_format="&floatformat_ieee_double_big" + ;; +m68*-*-*) + gdb_host_float_format="&floatformat_ieee_single_big" + gdb_host_double_format="&floatformat_ieee_double_big" + gdb_host_long_double_format="&floatformat_m68881_ext" + ;; +*) + gdb_host_float_format=0 + gdb_host_double_format=0 + gdb_host_long_double_format=0 + ;; esac