mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
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
This commit is contained in:
parent
bd03c0848a
commit
639223bd89
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -1 +0,0 @@
|
||||
PICFLAG=-fPIC
|
@ -1 +0,0 @@
|
||||
PICFLAG=-fPIC
|
@ -1 +0,0 @@
|
||||
PICFLAG=-fPIC
|
@ -1 +0,0 @@
|
||||
PICFLAG=-fpic
|
@ -1 +0,0 @@
|
||||
PICFLAG=-fpic
|
@ -1 +0,0 @@
|
||||
PICFLAG=-fPIC
|
@ -1 +0,0 @@
|
||||
PICFLAG=-fPIC
|
@ -1 +0,0 @@
|
||||
PICFLAG=-fpic
|
@ -1 +0,0 @@
|
||||
PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
|
@ -1 +0,0 @@
|
||||
PICFLAG=-fpic
|
Loading…
Reference in New Issue
Block a user