diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-06-28 23:54:42 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-06-28 23:54:42 +0100 |
commit | 4374ce45c5e98a367366c826172cfc33efc3a205 (patch) | |
tree | c223b8d1b638a9eea756cadc4f79ca825513a782 | |
parent | 9475903017f3c49e20441da5ff20b82fc76eb9d0 (diff) | |
download | gcc-4374ce45c5e98a367366c826172cfc33efc3a205.zip gcc-4374ce45c5e98a367366c826172cfc33efc3a205.tar.gz gcc-4374ce45c5e98a367366c826172cfc33efc3a205.tar.bz2 |
* Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
From-SVN: r175607
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a56e590..19a381b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index fc96dda..091729d 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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) |