From: Roland McGrath Date: Thu, 1 Aug 1991 22:07:42 +0000 (+0000) Subject: entered into RCS X-Git-Tag: glibc-2.16-ports-before-merge~4434 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c004aa74f29cc3b822244643dc1e5a26c2b1738;p=thirdparty%2Fglibc.git entered into RCS --- diff --git a/sysdeps/m68k/fpu/Makefile b/sysdeps/m68k/fpu/Makefile new file mode 100644 index 00000000000..42db6381d3f --- /dev/null +++ b/sysdeps/m68k/fpu/Makefile @@ -0,0 +1,11 @@ +ifeq ($(subdir),math) +ifndef math-twiddled + +# Avoid twiddling in generic/Makefile. +math-twiddled := t + +endif + +bsdmath_dirs := $(bsdmath_dirs) mc68881 + +endif