mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 07:40:25 +08:00
Build softfp for c6x
* config/c6x/t-elf (LIB2ADD): Add instead of assigning. From-SVN: r181173
This commit is contained in:
parent
47598145be
commit
e55cef40ed
@ -1,3 +1,7 @@
|
||||
2011-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* config/c6x/t-elf (LIB2ADD): Add instead of assigning.
|
||||
|
||||
2011-11-07 Nathan Sidwell <nathan@acm.org>
|
||||
|
||||
* libgcov.c (struct gcov_fn_buffer): New struct.
|
||||
|
@ -8,16 +8,16 @@ LIB1ASMFUNCS += _push_rts _pop_rts _call_stub
|
||||
|
||||
LIB2FUNCS_EXCLUDE = _cmpdi2 _ucmpdi2 _gcc_bcmp _eprintf _clzsi _clzdi
|
||||
|
||||
LIB2ADD = $(srcdir)/config/c6x/gef.c \
|
||||
$(srcdir)/config/c6x/gtf.c \
|
||||
$(srcdir)/config/c6x/lef.c \
|
||||
$(srcdir)/config/c6x/ltf.c \
|
||||
$(srcdir)/config/c6x/eqf.c \
|
||||
$(srcdir)/config/c6x/ged.c \
|
||||
$(srcdir)/config/c6x/gtd.c \
|
||||
$(srcdir)/config/c6x/led.c \
|
||||
$(srcdir)/config/c6x/ltd.c \
|
||||
$(srcdir)/config/c6x/eqd.c
|
||||
LIB2ADD += $(srcdir)/config/c6x/gef.c \
|
||||
$(srcdir)/config/c6x/gtf.c \
|
||||
$(srcdir)/config/c6x/lef.c \
|
||||
$(srcdir)/config/c6x/ltf.c \
|
||||
$(srcdir)/config/c6x/eqf.c \
|
||||
$(srcdir)/config/c6x/ged.c \
|
||||
$(srcdir)/config/c6x/gtd.c \
|
||||
$(srcdir)/config/c6x/led.c \
|
||||
$(srcdir)/config/c6x/ltd.c \
|
||||
$(srcdir)/config/c6x/eqd.c
|
||||
|
||||
# Avoid failures when the user's GOT becomes too large.
|
||||
HOST_LIBGCC2_CFLAGS += -msdata=none
|
||||
|
Loading…
x
Reference in New Issue
Block a user