OSDN Git Service

Fix a stupid bug that caused uClibc to never provide the correct
authorEric Andersen <andersen@codepoet.org>
Mon, 20 Oct 2003 20:13:19 +0000 (20:13 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 20 Oct 2003 20:13:19 +0000 (20:13 -0000)
fpu_control.h header file, since the correct arch specific one was
always later overwritten by the generic one.  oops.
 -Erik

Makefile
libc/sysdeps/linux/common/Makefile

index 38f5920..3df2e91 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,7 @@ endif
        else \
                mv -f include/bits/sysnum.h.new include/bits/sysnum.h; \
        fi
+       $(MAKE) -C libc/sysdeps/linux/common headers
        $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers
 
 # Command used to download source code
index 30d27f0..1ba3800 100644 (file)
@@ -54,7 +54,7 @@ endif
 
 OBJ=$(COBJS) $(MOBJ)
 
-all: $(STR_SYSCALLS) $(OBJ) $(LIBC) headers
+all: $(STR_SYSCALLS) $(OBJ) $(LIBC)
 
 $(LIBC): ar-target