aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-06-28 23:54:42 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2011-06-28 23:54:42 +0100
commit4374ce45c5e98a367366c826172cfc33efc3a205 (patch)
treec223b8d1b638a9eea756cadc4f79ca825513a782 /gcc/Makefile.in
parent9475903017f3c49e20441da5ff20b82fc76eb9d0 (diff)
downloadgcc-4374ce45c5e98a367366c826172cfc33efc3a205.zip
gcc-4374ce45c5e98a367366c826172cfc33efc3a205.tar.gz
gcc-4374ce45c5e98a367366c826172cfc33efc3a205.tar.bz2
* Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
From-SVN: r175607
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)