Restore c6x-elf bootstrap

* config/c6x/t-elf (LIB2ADDEH): Set.
	* config/c6x/t-c6x-elf: Remove.

From-SVN: r180942
This commit is contained in:
Rainer Orth 2011-11-04 11:55:52 +00:00 committed by Rainer Orth
parent d385f772fe
commit 1a03203481
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/c6x/t-elf (LIB2ADDEH): Set.
* config/c6x/t-c6x-elf: Remove.
2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/i386/sol2-ci.S: Rename to ...

View File

@ -1,4 +0,0 @@
LIB2ADDEH = $(srcdir)/config/c6x/unwind-c6x.c \
$(srcdir)/config/c6x/libunwind.S \
$(srcdir)/config/c6x/pr-support.c $(srcdir)/unwind-c.c

View File

@ -22,6 +22,10 @@ LIB2ADD = $(srcdir)/config/c6x/gef.c \
# Avoid failures when the user's GOT becomes too large.
HOST_LIBGCC2_CFLAGS = -msdata=none
LIB2ADDEH = $(srcdir)/config/c6x/unwind-c6x.c \
$(srcdir)/config/c6x/libunwind.S \
$(srcdir)/config/c6x/pr-support.c $(srcdir)/unwind-c.c
# Assemble startup files.
crti.o: $(srcdir)/config/c6x/crti.S
$(crt_compile) -c $(CRTSTUFF_T_CFLAGS) $<