t-crtpic, [...]: Remove.

* config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa:
	Remove.

From-SVN: r175986
This commit is contained in:
Joseph Myers 2011-07-07 16:47:14 +01:00 committed by Joseph Myers
parent 9d9c740d1e
commit 2492731a82
4 changed files with 5 additions and 24 deletions

View file

@ -1,3 +1,8 @@
2011-07-07 Joseph Myers <joseph@codesourcery.com>
* config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa:
Remove.
2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
* hw-doloop.c: New file.

View file

@ -1,10 +0,0 @@
# The pushl in CTOR initialization interferes with frame pointer elimination.
# We need to use -fPIC when we are using gcc to compile the routines in
# crtstuff.c. This is only really needed when we are going to use gcc/g++
# to produce a shared library, but since we don't know ahead of time when
# we will be doing that, we just always use -fPIC when compiling the
# routines in crtstuff.c.
CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
TARGET_LIBGCC2_CFLAGS = -fPIC

View file

@ -1,7 +0,0 @@
# gas 1.38.1 supporting dbx-in-coff requires a link script.
svr3.ifile: $(srcdir)/config/i386/svr3.ifile
rm -f svr3.ifile; cp $(srcdir)/config/i386/svr3.ifile .
svr3z.ifile: $(srcdir)/config/i386/svr3z.ifile
rm -f svr3z.ifile; cp $(srcdir)/config/i386/svr3z.ifile .

View file

@ -1,7 +0,0 @@
TARGET_LIBGCC2_CFLAGS = -fPIC
LIB2FUNCS_EXTRA=lib2funcs.asm
lib2funcs.asm: $(srcdir)/config/pa/lib2funcs.asm
rm -f lib2funcs.asm
cp $(srcdir)/config/pa/lib2funcs.asm .