mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-19 23:20:13 +08:00
Restore c6x-elf bootstrap
* config/c6x/t-elf (LIB2ADDEH): Set. * config/c6x/t-c6x-elf: Remove. From-SVN: r180942
This commit is contained in:
parent
d385f772fe
commit
1a03203481
@ -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 ...
|
||||
|
@ -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
|
||||
|
@ -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) $<
|
||||
|
Loading…
Reference in New Issue
Block a user