diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-02 15:08:09 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-02 15:08:09 +0000 |
commit | 8af2adc3af455736a846939e678ed769b8a50d74 (patch) | |
tree | 3ed77be9b3077ed24d404542badbe7b76ca8db75 /libc/sysdeps/linux/nios2 | |
parent | cc094942123972efef049827b32eb2f27a4a98fe (diff) |
fpu_control.h is handled generally in topdir/Makefile.in, remove rule for it
Diffstat (limited to 'libc/sysdeps/linux/nios2')
-rw-r--r-- | libc/sysdeps/linux/nios2/Makefile.arch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/nios2/Makefile.arch b/libc/sysdeps/linux/nios2/Makefile.arch index e1b8345f4..fadde953e 100644 --- a/libc/sysdeps/linux/nios2/Makefile.arch +++ b/libc/sysdeps/linux/nios2/Makefile.arch @@ -11,6 +11,4 @@ SSRC := \ __longjmp.S bsd-_setjmp.S bsd-setjmp.S setjmp.S \ vfork.S clone.S -ARCH_HEADERS := fpu_control.h - include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |