Commit a276c69f by Nick Clifton

Add comment about duplication of EXTRA_PARTS in EXTRA_MULTILIB_PARTS

From-SVN: r25999
parent 0466bdc4
......@@ -2,8 +2,6 @@ CROSS_LIBGCC1 = libgcc1-asm.a
LIB1ASMSRC = arm/lib1funcs.asm
LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls
EXTRA_PARTS = crtbegin.o crtend.o
# These are really part of libgcc1, but this will cause them to be
# built correctly, so...
......@@ -31,4 +29,7 @@ dp-bit.c: $(srcdir)/config/fp-bit.c
# LIBGCC = stmp-multilib
# INSTALL_LIBGCC = install-multilib
# If EXTRA_MULTILIB_PARTS is not defined above then define EXTRA_PARTS here
EXTRA_PARTS = crtbegin.o crtend.o
TARGET_LIBGCC2_CFLAGS = -Dinhibit_libc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment