2 rs6000-ibm-aix3.1 | rs6000-ibm-aix)
4 *-*-cxux7*) frag=mh-cxux7 ;;
5 *-*-freebsd2.1.*) frag=mh-fbsd21 ;;
6 *-*-freebsd2.2.[012]) frag=mh-fbsd21 ;;
7 i[345]86-*-windows*) frag=mh-windows ;;
12 # If they didn't specify --enable-shared, don't generate shared libs.
13 case "${enable_shared}" in
19 if [ "${shared}" = "yes" ]; then
22 hppa*-*-*) frags="${frags} ../../config/mh-papic" ;;
23 i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;;
24 *-*-*) frags="${frags} ../../config/mh-${host_cpu}pic" ;;
28 echo "# Warning: this fragment is automatically generated" > temp-frag
30 for frag in ${frags}; do
33 if [ ${srcdir} = . ]; then
34 [ -n "${with_target_subdir}" ] && frag=../${frag}
35 [ -n "${with_multisrctop}" ] && frag=${with_multisrctop}${frag}
39 frag=${srcdir}/${xsrcdir}config/$frag
40 if [ -f ${frag} ]; then
41 echo "Appending ${frag} to xhost-mkfrag"
42 echo "# Following fragment copied from ${frag}" >> temp-frag
43 cat ${frag} >> temp-frag
47 # record if we want to build shared libs.
48 if [ "${shared}" = "yes" ]; then
49 echo enable_shared = yes >> temp-frag
51 echo enable_shared = no >> temp-frag
55 ${CONFIG_SHELL} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag