]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/gdb/libiberty/config.table
This commit was generated by cvs2svn to compensate for changes in r38465,
[FreeBSD/FreeBSD.git] / contrib / gdb / libiberty / config.table
1 case "${host}" in
2   rs6000-ibm-aix3.1 | rs6000-ibm-aix)
3                         frag=mh-aix
4                         files=${xsrcdir}alloca-botch.h ;;
5   *-ibm-aix*)           files=${xsrcdir}alloca-botch.h ;;
6   arm-*-riscix*)        frag=mh-riscix ;;
7   m68k-apollo-bsd*)     frag=mh-a68bsd ;;
8   m68k-apollo-sysv*)    frag=mh-apollo68 ;;
9   i[345]86-ncr-sysv4*)  frag=mh-ncr3000 ;;
10   *-*-cxux7*)           frag=mh-cxux7 ;;
11   *-*-lynxos*)          frag=mh-lynxos ;;
12   *-*-dgux*)            frag=mh-sysv ;;
13   hppa*-hp-bsd*)        frag=mh-hpbsd ;;
14   *-*-hpux*)            frag=mh-hpux ;;
15   *-*-hiux*)            frag=mh-hpux ;;
16   *-*-irix4*)           frag=mh-irix4 ;;
17   *-*-irix*)            frag=mh-sysv ;;
18   *-*-m88kbcs*)         frag=mh-sysv ;;
19   *-*-solaris2*)        frag=mh-sysv4 ;;
20   *-*-sysv4*)           frag=mh-sysv4 ;;
21   *-*-sysv*)            frag=mh-sysv ;;
22   *-*-go32)             frag=mh-go32 ;;
23
24   *-*-vxworks5*)
25     # VxWorks 5 needs special action, because the usual
26     # autoconfiguration scheme does not work.
27     frag=mt-vxworks5
28     ;;
29 esac
30
31 # Try to handle funky case of solaris 2 -> sun 4.
32 case "${host}" in
33   sparc-sun-sunos4.1.3)
34         if [ "${with_cross_host}" != "${host}" ] ; then
35            frag=mt-sunos4
36         fi
37   ;;
38 esac
39
40 frags=$frag
41
42 # If they didn't specify --enable-shared, don't generate shared libs.
43 if [ "${enable_shared}" = "yes" ]; then
44   case "${host}" in
45     hppa*-*-*)    frags="${frags} ../../config/mh-papic" ;;
46     i[345]86-*-*) frags="${frags} ../../config/mh-x86pic" ;;
47     *-*-*)        frags="${frags} ../../config/mh-${host_cpu}pic" ;;
48   esac
49 fi
50
51 echo "# Warning: this fragment is automatically generated" > temp-frag
52
53 for frag in ${frags}; do
54   frag=${srcdir}/${xsrcdir}config/$frag
55   if [ -f ${frag} ]; then
56     echo "Appending ${frag} to xhost-mkfrag"
57     echo "# Following fragment copied from ${frag}" >> temp-frag
58     cat ${frag} >> temp-frag
59   fi
60 done
61
62 frag=xhost-mkfrag
63 ${moveifchange} temp-frag xhost-mkfrag