diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-02 20:44:18 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-02 20:44:18 +0000 |
commit | 0a2458a93d073d4904c6d59a72dfe5b1e1d05fe5 (patch) | |
tree | e05a6d05f3f5ec55fa1c27e54d9f67822b759546 | |
parent | d38e11bd8d81a1afecdfab26c1100fbc2ea66fc2 (diff) |
Remove fpu_control.h handling as well
-rw-r--r-- | libc/sysdeps/linux/m68k/Makefile.arch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/m68k/Makefile.arch b/libc/sysdeps/linux/m68k/Makefile.arch index 81e5b27f7..2ebd602d7 100644 --- a/libc/sysdeps/linux/m68k/Makefile.arch +++ b/libc/sysdeps/linux/m68k/Makefile.arch @@ -11,8 +11,6 @@ SSRC := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S vfork.S ifneq ($(HAVE_ELF),y) ARCH_HEADERS := float.h -else -ARCH_HEADERS := fpu_control.h endif include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |