aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@doctormoo.dyndns.org>2002-04-30 02:28:23 +0000
committerDJ Delorie <dj@gcc.gnu.org>2002-04-29 22:28:23 -0400
commit64791664e1e0182145cbd83ded9112dae39bfd03 (patch)
treed35e259f7b563fc5b6e9f529cbe26cd41688046d /configure.in
parent3ed57cf4fd9235488a03cbc14998fdf70c1b9f5b (diff)
downloadgcc-64791664e1e0182145cbd83ded9112dae39bfd03.zip
gcc-64791664e1e0182145cbd83ded9112dae39bfd03.tar.gz
gcc-64791664e1e0182145cbd83ded9112dae39bfd03.tar.bz2
* configure.in: Remove useless references to 'pic' makefile fragments.
From-SVN: r52922
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in71
1 files changed, 0 insertions, 71 deletions
diff --git a/configure.in b/configure.in
index 0318d0b..ee8a19c 100644
--- a/configure.in
+++ b/configure.in
@@ -343,49 +343,6 @@ case "${enable_shared}" in
*) shared=yes ;;
esac
-if [ x${shared} = xyes ]; then
- case "${host}" in
- alpha*-*-linux*)
- host_makefile_frag="${host_makefile_frag} config/mh-elfalphapic"
- ;;
- arm*-*-*)
- host_makefile_frag="${host_makefile_frag} config/mh-armpic"
- ;;
- parisc*-*-* | hppa*-*-*)
- host_makefile_frag="${host_makefile_frag} config/mh-papic"
- ;;
- i[3456]86-*-cygwin*)
- # We don't want -fPIC on Cygwin.
- ;;
- i[3456]86-*-*)
- host_makefile_frag="${host_makefile_frag} config/mh-x86pic"
- ;;
- i370-*-*)
- host_makefile_frag="${host_makefile_frag} config/mh-i370pic"
- ;;
- ia64-*-*)
- host_makefile_frag="${host_makefile_frag} config/mh-ia64pic"
- ;;
- sparc64-*-*)
- host_makefile_frag="${host_makefile_frag} config/mh-sparcpic"
- ;;
- powerpc*-*-aix*)
- # We don't want -fPIC on AIX.
- ;;
- powerpc*-*-*)
- host_makefile_frag="${host_makefile_frag} config/mh-ppcpic"
- ;;
- s390-* | s390x-*)
- host_makefile_frag="${host_makefile_frag} config/mh-s390pic"
- ;;
- *-*-*)
- if test -f ${srcdir}/config/mh-${host_cpu}pic; then
- host_makefile_frag="${host_makefile_frag} config/mh-${host_cpu}pic"
- fi
- ;;
- esac
-fi
-
rm -f mh-frag
if [ -n "${host_makefile_frag}" ] ; then
for f in ${host_makefile_frag}
@@ -1340,34 +1297,6 @@ if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " target-n
withoptions="$withoptions --with-newlib"
fi
-if [ x${shared} = xyes ]; then
- case "${target}" in
- hppa* | parisc*)
- target_makefile_frag="${target_makefile_frag} config/mt-papic"
- ;;
- i[3456]86-*)
- target_makefile_frag="${target_makefile_frag} config/mt-x86pic"
- ;;
- ia64-*)
- target_makefile_frag="${target_makefile_frag} config/mt-ia64pic"
- ;;
- powerpc*-*-aix*)
- # We don't want -fPIC on AIX.
- ;;
- powerpc*-*)
- target_makefile_frag="${target_makefile_frag} config/mt-ppcpic"
- ;;
- alpha*-*-linux*)
- target_makefile_frag="${target_makefile_frag} config/mt-elfalphapic"
- ;;
- *)
- if test -f ${srcdir}/config/mt-${target_cpu}pic; then
- target_makefile_frag="${target_makefile_frag} config/mt-${target_cpu}pic"
- fi
- ;;
- esac
-fi
-
rm -f mt-frag
if [ -n "${target_makefile_frag}" ] ; then
for f in ${target_makefile_frag}