OSDN Git Service

* diagnostic.c (warn_deprecated_use): Rework to lower indentation.
[pf3gnuchains/gcc-fork.git] / libiberty / config.table
index 07f4baf..fa892c0 100644 (file)
@@ -3,7 +3,8 @@ case "${host}" in
                         frag=mh-aix ;;
   *-*-cxux7*)          frag=mh-cxux7 ;;
   *-*-freebsd2.1.*)    frag=mh-fbsd21 ;;
-  *-*-freebsd2.2.*)    frag=mh-fbsd21 ;;
+  *-*-freebsd2.2.[012])        frag=mh-fbsd21 ;;
+  i370-*-opened*)       frag=mh-openedition ;;
   i[345]86-*-windows*) frag=mh-windows ;;
 esac
 
@@ -13,14 +14,20 @@ frags=$frag
 case "${enable_shared}" in
   yes) shared=yes ;;
   no) shared=no ;;
+  "") shared=no ;;
   *) shared=yes ;;
 esac
 if [ "${shared}" = "yes" ]; then
   case "${host}" in
-    *-*-cygwin32*) ;;
-    hppa*-*-*)    frags="${frags} ../../config/mh-papic" ;;
-    i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;;
-    *-*-*)        frags="${frags} ../../config/mh-${host_cpu}pic" ;;
+    *-*-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" ;;
+    sparc*-*-*)                frags="${frags} ../../config/mh-sparcpic" ;;
+    *-*-*)             frags="${frags} ../../config/mh-${host_cpu}pic" ;;
   esac
 fi
 
@@ -43,5 +50,12 @@ for frag in ${frags}; do
   fi
 done
 
+# record if we want to build shared libs.
+if [ "${shared}" = "yes" ]; then
+  echo enable_shared = yes >> temp-frag
+else
+  echo enable_shared = no >> temp-frag
+fi
+
 frag=xhost-mkfrag
-${CONFIG_SHELL} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag
+${CONFIG_SHELL-/bin/sh} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag