home *** CD-ROM | disk | FTP | other *** search
- # This file is used by both libiberty/configure.in and xiberty/configure.in.
-
- case "${xhost-${host}}" in
- rs6000-ibm-aix3.1 | rs6000-ibm-aix)
- frag=mh-aix
- files=${xsrcdir}alloca-botch.h ;;
- rs6000-ibm-aix*) files=${xsrcdir}alloca-botch.h ;;
- arm-*-riscix*) frag=mh-riscix ;;
- m68k-apollo-bsd*) frag=mh-a68bsd ;;
- m68k-apollo-sysv*) frag=mh-apollo68 ;;
- i[34]86-ncr-sysv4*) frag=mh-ncr3000 ;;
- *-*-cxux7*) frag=mh-cxux7 ;;
- *-*-lynxos*) frag=mh-lynxos ;;
- *-*-dgux*) frag=mh-sysv ;;
- hppa*-hp-bsd*) frag=mh-hpbsd ;;
- *-*-hpux*) frag=mh-hpux ;;
- *-*-hiux*) frag=mh-hpux ;;
- *-*-irix4*) frag=mh-irix4 ;;
- *-*-irix*) frag=mh-sysv ;;
- *-*-m88kbcs*) frag=mh-sysv ;;
- *-*-solaris2*) frag=mh-sysv4 ;;
- *-*-sysv4*) frag=mh-sysv4 ;;
- *-*-sysv*) frag=mh-sysv ;;
- *-*-amigados*) frag=mh-amigados ;;
- *-*-go32) frag=mh-go32 ;;
- esac
-
- # xiberty sets xhost. Try to handle funky case of solaris 2 -> sun 4.
- case "${target}" in
- sparc-sun-sunos4.1.3)
- if [ "${host}" != "${target}" ] ; then
- frag=mt-sunos4
- fi
- ;;
- esac
-
- frags=$frag
-
- # If they didn't specify --enable-shared, don't generate shared libs.
- if [ "${enable_shared}" = "yes" ]; then
- case "${xhost-${host}}" in
- hppa*-*-*) frags="${frags} ../../libio/config/mt-papic" ;;
- i[345]86-*-*) frags="${frags} ../../libio/config/mt-x86pic" ;;
- *-*-*) frags="${frags} ../../libio/config/mt-${target_cpu}pic" ;;
- esac
- fi
-
- echo "# Warning: this fragment is automatically generated" > temp-frag
-
- for frag in ${frags}; do
- frag=${srcdir}/${xsrcdir}config/$frag
- if [ -f ${frag} ]; then
- echo "Appending ${frag} to xhost-mkfrag"
- echo "# Following fragment copied from ${frag}" >> temp-frag
- cat ${frag} >> temp-frag
- fi
- done
-
- frag=xhost-mkfrag
- ${moveifchange} temp-frag xhost-mkfrag
-