diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-08 19:30:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-08 19:30:43 +0000 |
commit | 027d12aeef4386c638f73a4df7171a5d027604f4 (patch) | |
tree | 707c31a6ee5b51ed82369389f849aea2c72ec716 /libc/sysdeps/linux/i386/Makefile | |
parent | 1bdf3c0a8f4ad63e78559a6963ed62a8c2fc516c (diff) | |
download | uClibc-alpine-027d12aeef4386c638f73a4df7171a5d027604f4.tar.bz2 uClibc-alpine-027d12aeef4386c638f73a4df7171a5d027604f4.tar.xz |
Patch from Atsushi Nemoto (with some additions):
Current uClibc contains only one fpu_control.h and it is i386 version.
This is a patch to use platform specific fpu_control.h. All new files
come from glibc 2.3.2. This patch is against 0.9.21 but also can be
applied to CVS as is.
Diffstat (limited to 'libc/sysdeps/linux/i386/Makefile')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 11df4cbb0..2f721eb6e 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -65,6 +65,7 @@ gcrt1.o: $(CRT0_DEPS) endif headers: + cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/i386/fpu_control.h . clean: |