* Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.

From-SVN: r175607
This commit is contained in:
Joseph Myers 2011-06-28 23:54:42 +01:00 committed by Joseph Myers
parent 9475903017
commit 4374ce45c5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-06-28 Joseph Myers <joseph@codesourcery.com>
* Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
2011-06-28 Richard Henderson <rth@redhat.com>
* config/arm/arm.c (thumb_pop): Rename from thumb_pushpop. Delete

View file

@ -670,7 +670,7 @@ endif
LIBGCC2_DEBUG_CFLAGS = -g
LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) \
$(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) \
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
-DIN_LIBGCC2 \
-fbuilding-libgcc -fno-stack-protector \
$(INHIBIT_LIBC_CFLAGS)