This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, RFC] Enable IBM long double for PPC32 Linux


>>>>> Jakub Jelinek writes:

Jakub> I thought you want
Jakub> TARGET_LIBGCC2_CFLAGS += -mlong-double-128
Jakub> in config/rs6000/t-ppccomm and that wouldn't work on IEEE quad targets.

	How about

ifneq (,$findstring gnu,$(target))
TARGET_LIBGCC2_CFLAGS = -mlong-double-128
endif

in t-ppccomm?

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]