[uClibc-cvs] uClibc/ldso/util Makefile,1.29,1.30

Erik Andersen andersen at codepoet.org
Wed Dec 4 22:40:48 UTC 2002


Update of /var/cvs/uClibc/ldso/util
In directory winder:/tmp/cvs-serv338/ldso/util

Modified Files:
	Makefile 
Log Message:
Change some variable names so we are more consistant with what
the linux kernel uses.
 -Erik


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/ldso/util/Makefile,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile	22 Nov 2002 03:05:15 -0000	1.29
+++ Makefile	4 Dec 2002 22:40:14 -0000	1.30
@@ -37,7 +37,7 @@
 	ln -fs $(TOPDIR)include/elf.h
 
 readelf: readelf.c
-	$(NATIVE_CC) $(NATIVE_CFLAGS) -I . readelf.c -o $@
+	$(HOSTCC) $(HOSTCFLAGS) -I . readelf.c -o $@
 	strip -x -R .note -R .comment $@
 
 readelf.target: readelf.c
@@ -45,20 +45,20 @@
 	$(STRIPTOOL) -x -R .note -R .comment $@
 
 readsoname.o: readsoname.c readsoname2.c
-	$(NATIVE_CC) $(NATIVE_CFLAGS) -I . -c $< -o $@
+	$(HOSTCC) $(HOSTCFLAGS) -I . -c $< -o $@
 	strip -x -R .note -R .comment $*.o
     
 ldconfig.o: ldconfig.c
-	$(NATIVE_CC) $(NATIVE_CFLAGS) -I . \
+	$(HOSTCC) $(HOSTCFLAGS) -I . \
 		-DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" -c $< -o $@
 	strip -x -R .note -R .comment $*.o
 
 ldconfig: ldconfig.o readsoname.o
-	$(NATIVE_CC) $(NATIVE_CFLAGS) $^ -o $@
+	$(HOSTCC) $(HOSTCFLAGS) $^ -o $@
 	strip -x -R .note -R .comment $@
 
 ldd: ldd.c
-	$(NATIVE_CC) $(NATIVE_CFLAGS) -DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \
+	$(HOSTCC) $(HOSTCFLAGS) -DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \
 		-DUCLIBC_DEVEL_PREFIX=\"$(DEVEL_PREFIX)\" \
 		-DUCLIBC_BUILD_DIR=\"$(shell cd $(TOPDIR) && pwd)\" \
 		-DUCLIBC_LDSO=\"$(UCLIBC_LDSO)\" -I . \




More information about the uClibc-cvs mailing list