[BusyBox-cvs] busybox Rules.mak,1.9,1.10

Erik Andersen andersen at codepoet.org
Thu Dec 5 18:28:45 UTC 2002


Update of /var/cvs/busybox
In directory winder:/tmp/cvs-serv15572

Modified Files:
	Rules.mak 
Log Message:
Fix a silly oversight breaking cross compilation
 -Erik


Index: Rules.mak
===================================================================
RCS file: /var/cvs/busybox/Rules.mak,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Rules.mak	5 Dec 2002 08:40:31 -0000	1.9
+++ Rules.mak	5 Dec 2002 18:28:41 -0000	1.10
@@ -87,7 +87,7 @@
 #--------------------------------------------------------
 export VERSION BUILDTIME TOPDIR HOSTCC HOSTCFLAGS CROSS CC AR AS LD NM STRIP CPP
 ifeq ($(strip $(TARGET_ARCH)),)
-TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
+TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
 		-e 's/i.86/i386/' \
 		-e 's/sparc.*/sparc/' \
 		-e 's/arm.*/arm/g' \




More information about the busybox-cvs mailing list