From 6a284f153f8f07ccecb06b007e6fa35a413c67fd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 5 Jun 1996 03:29:08 +0000 Subject: [PATCH] Tue Jun 4 21:01:20 1996 Roland McGrath * sysdeps/i386/Makefile (long-double-fcts): New variable, set to yes. * sysdeps/m68k/Makefile: Likewise. --- sysdeps/m68k/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 3d35ac5..ffdc682 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -36,3 +36,6 @@ asm-CPPFLAGS += $(m68k-syntax-flag) # Make sure setjmp.c is compiled with a frame pointer CFLAGS-setjmp.c := -fno-omit-frame-pointer + +# The 68k `long double' is a distinct type we support. +long-double-fcts = yes -- 2.7.4