diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2008-03-27 09:35:02 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2008-03-27 09:35:02 +0000 |
commit | 639223bd89bc69c1e363cfc569e9903d2a76ed4f (patch) | |
tree | 597295fa7bc63c5c8a95ff010c96ea37ba0e0931 | |
parent | bd03c0848a46497cb991f1425c232ab1d70894cd (diff) | |
download | gcc-639223bd89bc69c1e363cfc569e9903d2a76ed4f.zip gcc-639223bd89bc69c1e363cfc569e9903d2a76ed4f.tar.gz gcc-639223bd89bc69c1e363cfc569e9903d2a76ed4f.tar.bz2 |
Makefile.tpl (PICFLAG, [...]): Remove.
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.
From-SVN: r133634
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | Makefile.tpl | 2 | ||||
-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 |
14 files changed, 17 insertions, 14 deletions
@@ -1,3 +1,8 @@ +2008-03-27 Paolo Bonzini <bonzini@gnu.org> + + * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove. + * Makefile.in: Regenerate. + 2008-03-26 Jakub Staszak <kuba@et.pl> * MAINTAINERS (Write After Approval): Add myself. diff --git a/Makefile.in b/Makefile.in index 518ca4c..ff3e907 100644 --- a/Makefile.in +++ b/Makefile.in @@ -319,7 +319,6 @@ LDFLAGS = @LDFLAGS@ LIBCFLAGS = $(CFLAGS) CXXFLAGS = @CXXFLAGS@ LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates -PICFLAG = # Only build the C compiler for stage1, because that is the only one that # we can guarantee will build with the native compiler, and also it is the @@ -386,7 +385,6 @@ DEBUG_PREFIX_CFLAGS_FOR_TARGET = @DEBUG_PREFIX_CFLAGS_FOR_TARGET@ LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET) LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates LDFLAGS_FOR_TARGET = -PICFLAG_FOR_TARGET = # ------------------------------------ # Miscellaneous targets and flag lists diff --git a/Makefile.tpl b/Makefile.tpl index 6bc461b..95441f5 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -322,7 +322,6 @@ LDFLAGS = @LDFLAGS@ LIBCFLAGS = $(CFLAGS) CXXFLAGS = @CXXFLAGS@ LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates -PICFLAG = # Only build the C compiler for stage1, because that is the only one that # we can guarantee will build with the native compiler, and also it is the @@ -389,7 +388,6 @@ DEBUG_PREFIX_CFLAGS_FOR_TARGET = @DEBUG_PREFIX_CFLAGS_FOR_TARGET@ LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET) LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates LDFLAGS_FOR_TARGET = -PICFLAG_FOR_TARGET = # ------------------------------------ # Miscellaneous targets and flag lists 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 <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 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 |