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