openap-cvs
[Top][All Lists]
Advanced

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

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


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : busybox Makefile,1.4,1.5
Date: Mon, 29 Jul 2002 21:12:13 -0400

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

Modified Files:
        Makefile 
Log Message:
use CROSS_COMPILE so we can enable a native build.


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




reply via email to

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