Selaa lähdekoodia

Fix a stupid bug that caused uClibc to never provide the correct
fpu_control.h header file, since the correct arch specific one was
always later overwritten by the generic one. oops.
-Erik

Eric Andersen 21 vuotta sitten
vanhempi
commit
7bda1856da
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 0
      Makefile
  2. 1 1
      libc/sysdeps/linux/common/Makefile

+ 1 - 0
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

+ 1 - 1
libc/sysdeps/linux/common/Makefile

@@ -54,7 +54,7 @@ endif
 
 OBJ=$(COBJS) $(MOBJ)
 
-all: $(STR_SYSCALLS) $(OBJ) $(LIBC) headers
+all: $(STR_SYSCALLS) $(OBJ) $(LIBC)
 
 $(LIBC): ar-target