openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : busybox Makefile,1.3,1.4


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : busybox Makefile,1.3,1.4
Date: Mon, 29 Jul 2002 19:48:08 -0400

Update of /cvsroot/openap/busybox
In directory subversions:/tmp/cvs-serv15521

Modified Files:
        Makefile 
Log Message:
properly choose tools for cross-compiling

Index: Makefile
===================================================================
RCS file: /cvsroot/openap/busybox/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile    17 Jul 2002 21:41:18 -0000      1.3
+++ Makefile    29 Jul 2002 23:48:06 -0000      1.4
@@ -79,8 +79,8 @@
 
 # If you are running a cross compiler, you may want to set this
 # to something more interesting, like "powerpc-linux-".
-CROSS =
-#CC = $(CROSS)gcc
+CROSS = $(CONFIG_TARGET)-
+CC = $(CROSS)gcc
 AR = $(CROSS)ar
 STRIPTOOL = $(CROSS)strip
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]