OSDN Git Service

2007-12-19 Etsushi Kato <ek.kato@gmail.com>
[pf3gnuchains/gcc-fork.git] / libgcc / config / rs6000 / t-ldbl128
index 96e242b..bdd62f3 100644 (file)
@@ -1,7 +1,3 @@
 SHLIB_MAPFILES += $(gcc_srcdir)/config/rs6000/libgcc-ppc-glibc.ver
 
-# Use -mlong-double-128 only when not compiling nof libgcc.
-predefined-macros := $(shell true | $(CC) $(CFLAGS) -x c -dD -E -)
-ifeq ($(findstring _SOFT_FLOAT,$(predefined-macros)),)
 HOST_LIBGCC2_CFLAGS += -mlong-double-128
-endif