diff options
Diffstat (limited to 'libiberty/config.table')
-rw-r--r-- | libiberty/config.table | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libiberty/config.table b/libiberty/config.table index 1867cfeaafa..ff548439cd1 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -20,33 +20,6 @@ else frags= fi -# If they didn't specify --enable-shared, don't generate shared libs. -case "${enable_shared}" in - yes) shared=yes ;; - no) shared=no ;; - "") shared=no ;; - *) shared=yes ;; -esac -if [ "${shared}" = "yes" ]; then - frag= - case "${host}" in - *-*-cygwin*) ;; - alpha*-*-linux*) frag=mh-elfalphapic ;; - arm*-*-*) frag=mh-armpic ;; - hppa*-*-*) frag=mh-papic ;; - i[34567]86-*-* | x86_64-*-*) - frag=mh-x86pic ;; - powerpc*-*-aix*) ;; - powerpc*-*-*) frag=mh-ppcpic ;; - sparc*-*-*) frag=mh-sparcpic ;; - s390*-*-*) frag=mh-s390pic ;; - *) frag=mh-${host_cpu}pic ;; - esac - if [ -n "${frag}" ]; then - frags="${frags} ${libiberty_topdir}/config/${frag}" - fi -fi - echo "# Warning: this fragment is automatically generated" > temp-frag for frag in ${frags}; do |