diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-27 09:35:02 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-27 09:35:02 +0000 |
commit | 4add9df0da7cb40e58443029b11efc55a1841dd8 (patch) | |
tree | 597295fa7bc63c5c8a95ff010c96ea37ba0e0931 /config | |
parent | ffdf1c47fd45ffd4c2038bd183667b4e73adacd0 (diff) | |
download | gcc-4add9df0da7cb40e58443029b11efc55a1841dd8.tar.gz |
2008-03-27 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
* Makefile.in: Regenerate.
config:
2008-03-27 Paolo Bonzini <bonzini@gnu.org>
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133634 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 12 | ||||
-rw-r--r-- | config/mh-armpic | 1 | ||||
-rw-r--r-- | config/mh-elfalphapic | 1 | ||||
-rw-r--r-- | config/mh-i370pic | 1 | ||||
-rw-r--r-- | config/mh-ia64pic | 1 | ||||
-rw-r--r-- | config/mh-m68kpic | 1 | ||||
-rw-r--r-- | config/mh-papic | 1 | ||||
-rw-r--r-- | config/mh-ppcpic | 1 | ||||
-rw-r--r-- | config/mh-s390pic | 1 | ||||
-rw-r--r-- | config/mh-sparcpic | 1 | ||||
-rw-r--r-- | config/mh-x86pic | 1 |
11 files changed, 12 insertions, 10 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index deefcd02cd3..f6dc2a4e242 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,15 @@ +2008-03-27 Paolo Bonzini <bonzini@gnu.org> + + * 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 <Ralf.Wildenhues@gmx.de> * proginstall.m4: New file, with fixed AC_PROG_INSTALL. diff --git a/config/mh-armpic b/config/mh-armpic deleted file mode 100644 index 35cf2c8ee4e..00000000000 --- 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 35cf2c8ee4e..00000000000 --- 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 35cf2c8ee4e..00000000000 --- 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 92e48d90fbd..00000000000 --- 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 92e48d90fbd..00000000000 --- 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 35cf2c8ee4e..00000000000 --- 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 35cf2c8ee4e..00000000000 --- 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 92e48d90fbd..00000000000 --- 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 e218bb48aa4..00000000000 --- 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 92e48d90fbd..00000000000 --- a/config/mh-x86pic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=-fpic |