[uClibc-cvs] uClibc/test/silly Makefile,1.14,1.15

Erik Andersen andersen at codepoet.org
Thu Jan 23 16:28:38 UTC 2003


Update of /var/cvs/uClibc/test/silly
In directory winder:/tmp/cvs-serv6374/silly

Modified Files:
	Makefile 
Log Message:
Update tests to be somewhat consistant with the rest of the world


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/test/silly/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile	11 Jan 2002 14:38:14 -0000	1.14
+++ Makefile	23 Jan 2003 16:28:04 -0000	1.15
@@ -51,8 +51,8 @@
 	-@ echo " "
 	-@ echo "Compiling vs GNU libc: "
 	-@ echo " "
-	$(HOST_CC) $(GLIBC_CFLAGS) -c $< -o $@.o
-	$(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@
+	$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
+	$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
 	$(STRIPTOOL) -x -R .note -R .comment $@
 	-$(LDD) $@
 	ls -l $@




More information about the uClibc-cvs mailing list