All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Set CROSS to $(CROSS_COMPILE) by default
@ 2006-01-27 13:47 KRONSTORFER Horst
  2006-01-27 16:17 ` Kay Sievers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: KRONSTORFER Horst @ 2006-01-27 13:47 UTC (permalink / raw)
  To: linux-hotplug

hi!

the following patch makes cross-compiling udev a little bit easier.

Signed-off-by: Horst Kronstorfer <hkronsto <at> frequentis.com>

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 9da2964..a9c7da4 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ INSTALL_DATA = ${INSTALL} -m 644
 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
 PWD = $(shell pwd)
 
-CROSS +CROSS = $(CROSS_COMPILE)
 CC = $(CROSS)gcc
 LD = $(CROSS)gcc
 AR = $(CROSS)ar


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-01-29 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-27 13:47 [PATCH] Set CROSS to $(CROSS_COMPILE) by default KRONSTORFER Horst
2006-01-27 16:17 ` Kay Sievers
2006-01-27 16:23 ` KRONSTORFER Horst
2006-01-29 16:28 ` Kay Sievers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.