URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [oc/] [gdb-5.0/] [libiberty/] [config.table] - Rev 1765
Compare with Previous | Blame | View Log
case "${host}" inrs6000-ibm-aix3.1 | rs6000-ibm-aix)frag=mh-aix ;;*-*-cxux7*) frag=mh-cxux7 ;;*-*-freebsd2.1.*) frag=mh-fbsd21 ;;*-*-freebsd2.2.[012]) frag=mh-fbsd21 ;;i370-*-opened*) frag=mh-openedition ;;i[345]86-*-windows*) frag=mh-windows ;;*-*-beos*) frag=mh-beos ;;esacfrags=$frag# If they didn't specify --enable-shared, don't generate shared libs.case "${enable_shared}" inyes) shared=yes ;;no) shared=no ;;"") shared=no ;;*) shared=yes ;;esacif [ "${shared}" = "yes" ]; thencase "${host}" in*-*-cygwin*) ;;alpha*-*-linux*) frags="${frags} ../../config/mh-elfalphapic" ;;arm*-*-*) frags="${frags} ../../config/mh-armpic" ;;hppa*-*-*) frags="${frags} ../../config/mh-papic" ;;i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;;powerpc*-*-aix*) ;;powerpc*-*-*) frags="${frags} ../../config/mh-ppcpic" ;;*-*-*) frags="${frags} ../../config/mh-${host_cpu}pic" ;;esacfiecho "# Warning: this fragment is automatically generated" > temp-fragfor frag in ${frags}; docase ${frag} in../* )if [ ${srcdir} = . ]; then[ -n "${with_target_subdir}" ] && frag=../${frag}[ -n "${with_multisrctop}" ] && frag=${with_multisrctop}${frag}fi;;esacfrag=${srcdir}/${xsrcdir}config/$fragif [ -f ${frag} ]; thenecho "Appending ${frag} to xhost-mkfrag"echo "# Following fragment copied from ${frag}" >> temp-fragcat ${frag} >> temp-fragfidone# record if we want to build shared libs.if [ "${shared}" = "yes" ]; thenecho enable_shared = yes >> temp-fragelseecho enable_shared = no >> temp-fragfifrag=xhost-mkfrag${CONFIG_SHELL-/bin/sh} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag
