entered into RCS
authorRoland McGrath <roland@gnu.org>
Thu, 1 Aug 1991 22:07:42 +0000 (22:07 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 1 Aug 1991 22:07:42 +0000 (22:07 +0000)
sysdeps/m68k/fpu/Makefile [new file with mode: 0644]

diff --git a/sysdeps/m68k/fpu/Makefile b/sysdeps/m68k/fpu/Makefile
new file mode 100644 (file)
index 0000000..42db638
--- /dev/null
@@ -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