[uClibc-cvs] uClibc Makefile,1.193,1.194 Rules.mak,1.115,1.116

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


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

Modified Files:
	Makefile Rules.mak 
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/Makefile,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- Makefile	2 Dec 2002 18:44:03 -0000	1.193
+++ Makefile	4 Dec 2002 22:40:18 -0000	1.194
@@ -306,7 +306,6 @@
 	fi
 
 menuconfig: extra/config/mconf
-	make -C extra/config/lxdialog
 	rm -rf include/bits
 	mkdir -p include/bits
 	@./extra/config/mconf extra/Configs/Config.$(TARGET_ARCH)

Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Rules.mak	4 Dec 2002 05:30:38 -0000	1.115
+++ Rules.mak	4 Dec 2002 22:40:18 -0000	1.116
@@ -42,8 +42,8 @@
 STRIPTOOL= $(CROSS)strip
 
 # Select the compiler needed to build binaries for your development system
-NATIVE_CC=gcc
-NATIVE_CFLAGS=-O2 -Wall
+HOSTCC=gcc
+HOSTCFLAGS=-O2 -Wall
 
 
 #--------------------------------------------------------
@@ -78,7 +78,7 @@
 AWK:=$(shell if [ -x /usr/bin/nawk ]; then echo "/usr/bin/nawk"; \
 	else echo "/usr/bin/awk"; fi)
 
-NATIVE_ARCH:= $(shell uname -m | sed \
+HOST_ARCH:= $(shell uname -m | sed \
 		-e 's/i.86/i386/' \
 		-e 's/sparc.*/sparc/' \
 		-e 's/arm.*/arm/g' \




More information about the uClibc-cvs mailing list