From: Roland McGrath Date: Wed, 5 Jun 1996 03:29:08 +0000 (+0000) Subject: Tue Jun 4 21:01:20 1996 Roland McGrath X-Git-Tag: upstream/2.30~10627^2~3807 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a284f153f8f07ccecb06b007e6fa35a413c67fd;p=external%2Fglibc.git Tue Jun 4 21:01:20 1996 Roland McGrath * sysdeps/i386/Makefile (long-double-fcts): New variable, set to yes. * sysdeps/m68k/Makefile: Likewise. --- 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