From 3c004aa74f29cc3b822244643dc1e5a26c2b1738 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 1 Aug 1991 22:07:42 +0000 Subject: [PATCH] entered into RCS --- sysdeps/m68k/fpu/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysdeps/m68k/fpu/Makefile diff --git a/sysdeps/m68k/fpu/Makefile b/sysdeps/m68k/fpu/Makefile new file mode 100644 index 0000000000..42db6381d3 --- /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