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: glibc-2.16-ports-before-merge~3807 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a284f153f8f07ccecb06b007e6fa35a413c67fd;p=thirdparty%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 3d35ac56ba3..ffdc68274e4 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