[prev in list] [next in list] [prev in thread] [next in thread] 

List:       uclibc-cvs
Subject:    [uClibc-cvs] CVS uClibc/libc/sysdeps/linux/nios2
From:       vapier () codepoet ! org (CVS User vapier)
Date:       2005-01-24 20:17:42
Message-ID: 20050125031654.78EE5B4210 () codepoet ! org
[Download RAW message or body]

Update of /var/cvs/uClibc/libc/sysdeps/linux/nios2
In directory nail:/tmp/cvs-serv13200/nios2

Modified Files:
	Makefile 
Log Message:
merge parallel build support

--- /var/cvs/uClibc/libc/sysdeps/linux/nios2/Makefile	2004/12/22 18:52:03	1.2
+++ /var/cvs/uClibc/libc/sysdeps/linux/nios2/Makefile	2005/01/25 03:16:53	1.3
@@ -31,12 +31,13 @@
 
 OBJS=$(SOBJS) $(MOBJ) $(COBJS)
 
-all: $(OBJS) $(LIBC)
+OBJ_LIST=../../../obj.sysdeps.$(TARGET_ARCH)
 
-$(LIBC): ar-target 
+all: $(OBJ_LIST)
 
-ar-target: $(OBJS) $(CRT0_OBJ) $(CTOR_TARGETS)
-	$(AR) $(ARFLAGS) $(LIBC) $(OBJS)
+$(OBJ_LIST): $(OBJS) $(CRT0_OBJ) $(CTOR_TARGETS)
+	echo $(patsubst %, sysdeps/linux/$(TARGET_ARCH)/%, $(OBJS)) > $(OBJ_LIST)
+	$(INSTALL) -d $(TOPDIR)lib/
 	cp $(CRT0_OBJ) $(TOPDIR)lib/
 
 $(CRT0_OBJ): $(CRT0_SRC)
@@ -74,7 +75,6 @@
 	$(AR) $(ARFLAGS) $(TOPDIR)lib/crtn.o
 endif
 
-
 headers:
 	$(LN) -fs ../libc/sysdeps/linux/nios2/fpu_control.h $(TOPDIR)/include/
 
@@ -82,4 +82,3 @@
 	$(RM) *.[oa] *~ core
 	$(RM) bits/sysnum.h
 	$(RM) $(TOPDIR)/include/fpu_control.h
-	

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic