From 639223bd89bc69c1e363cfc569e9903d2a76ed4f Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 27 Mar 2008 09:35:02 +0000 Subject: Makefile.tpl (PICFLAG, [...]): Remove. 2008-03-27 Paolo Bonzini * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove. * Makefile.in: Regenerate. config: 2008-03-27 Paolo Bonzini * mh-armpic: Remove. * mh-i370pic: Remove. * mh-m68kpic: Remove. * mh-ppcpic: Remove. * mh-sparcpic: Remove. * mh-ia64pic: Remove. * mh-papic: Remove. * mh-s390pic: Remove. * mh-x86pic: Remove. From-SVN: r133634 --- config/ChangeLog | 12 ++++++++++++ config/mh-armpic | 1 - config/mh-elfalphapic | 1 - config/mh-i370pic | 1 - config/mh-ia64pic | 1 - config/mh-m68kpic | 1 - config/mh-papic | 1 - config/mh-ppcpic | 1 - config/mh-s390pic | 1 - config/mh-sparcpic | 1 - config/mh-x86pic | 1 - 11 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 config/mh-armpic delete mode 100644 config/mh-elfalphapic delete mode 100644 config/mh-i370pic delete mode 100644 config/mh-ia64pic delete mode 100644 config/mh-m68kpic delete mode 100644 config/mh-papic delete mode 100644 config/mh-ppcpic delete mode 100644 config/mh-s390pic delete mode 100644 config/mh-sparcpic delete mode 100644 config/mh-x86pic (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index deefcd0..f6dc2a4 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,15 @@ +2008-03-27 Paolo Bonzini + + * mh-armpic: Remove. + * mh-i370pic: Remove. + * mh-m68kpic: Remove. + * mh-ppcpic: Remove. + * mh-sparcpic: Remove. + * mh-ia64pic: Remove. + * mh-papic: Remove. + * mh-s390pic: Remove. + * mh-x86pic: Remove. + 2008-03-16 Ralf Wildenhues * proginstall.m4: New file, with fixed AC_PROG_INSTALL. diff --git a/config/mh-armpic b/config/mh-armpic deleted file mode 100644 index 35cf2c8..0000000 --- a/config/mh-armpic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fPIC diff --git a/config/mh-elfalphapic b/config/mh-elfalphapic deleted file mode 100644 index 35cf2c8..0000000 --- a/config/mh-elfalphapic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fPIC diff --git a/config/mh-i370pic b/config/mh-i370pic deleted file mode 100644 index 35cf2c8..0000000 --- a/config/mh-i370pic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fPIC diff --git a/config/mh-ia64pic b/config/mh-ia64pic deleted file mode 100644 index 92e48d9..0000000 --- a/config/mh-ia64pic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fpic diff --git a/config/mh-m68kpic b/config/mh-m68kpic deleted file mode 100644 index 92e48d9..0000000 --- a/config/mh-m68kpic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fpic diff --git a/config/mh-papic b/config/mh-papic deleted file mode 100644 index 35cf2c8..0000000 --- a/config/mh-papic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fPIC diff --git a/config/mh-ppcpic b/config/mh-ppcpic deleted file mode 100644 index 35cf2c8..0000000 --- a/config/mh-ppcpic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fPIC diff --git a/config/mh-s390pic b/config/mh-s390pic deleted file mode 100644 index 92e48d9..0000000 --- a/config/mh-s390pic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fpic diff --git a/config/mh-sparcpic b/config/mh-sparcpic deleted file mode 100644 index e218bb4..0000000 --- a/config/mh-sparcpic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` diff --git a/config/mh-x86pic b/config/mh-x86pic deleted file mode 100644 index 92e48d9..0000000 --- a/config/mh-x86pic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fpic -- cgit v1.1