Commit 2735a335 by Richard Earnshaw

Don't define inhibit_libc when building libgcc2.a.

	(CROSS_FLOAT_H): Define.

From-SVN: r10684
parent 1c94383b
# Just for these, we omit the frame pointer since it makes such a big # Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging. # difference. It is then pointless adding debugging.
LIBGCC2_CFLAGS=-O2 -fomit-frame-pointer $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g0 \ LIBGCC2_CFLAGS=-O2 -fomit-frame-pointer $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g0
-Dinhibit_libc
# Don't build enquire # Don't build enquire
ENQUIRE= ENQUIRE=
CROSS_FLOAT_H = $(srcdir)/config/arm/cross-float.h
CROSS_LIBGCC1 = libgcc1-asm.a CROSS_LIBGCC1 = libgcc1-asm.a
LIB1ASMSRC = arm/lib1funcs.asm LIB1ASMSRC = arm/lib1funcs.asm
......
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