[uClibc-cvs] uClibc/libc/sysdeps/linux/e1 Makefile,1.3,1.4

Erik Andersen andersen at uclibc.org
Thu Nov 6 19:44:49 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/e1
In directory winder:/tmp/cvs-serv3706/libc/sysdeps/linux/e1

Modified Files:
	Makefile 
Log Message:
George Thanos writes:

Dear Erik,

We downloded uClibc lattest version from the CVS. Still there are some
minor problems with extra/Configs/Config.e1

You have actually set ARCH_HAS_C_SYMBOL_PREFIX to NO which is not
correct for our architecture. Please apply the patch that will fix the
problem.

Best Regards,

- George

P.S. Patch also removes some irritating comments we have added in the past.



Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/e1/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	5 Nov 2003 06:42:41 -0000	1.3
+++ Makefile	6 Nov 2003 19:44:46 -0000	1.4
@@ -43,8 +43,8 @@
 $(LIBC): ar-target 
 
 ar-target: $(OBJS) $(CRT0_OBJ) $(CTOR_TARGETS)
-	$(AR) $(ARFLAGS) $(LIBC) $(OBJS) #Tassos
-	cp $(CRT0_OBJ) $(TOPDIR)lib/$(CRT0_OBJ) #Tassos
+	$(AR) $(ARFLAGS) $(LIBC) $(OBJS)
+	cp $(CRT0_OBJ) $(TOPDIR)lib/$(CRT0_OBJ)
 
 $(CRT0_OBJ): %.o : %.S
 	$(CC) $(CFLAGS) -c $< -o $@




More information about the uClibc-cvs mailing list