All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix clearing of $CROSS_COMPILE
@ 2006-02-16 12:02 KRONSTORFER Horst
  2006-02-16 15:34 ` Kay Sievers
  2006-02-16 16:05 ` KRONSTORFER Horst
  0 siblings, 2 replies; 3+ messages in thread
From: KRONSTORFER Horst @ 2006-02-16 12:02 UTC (permalink / raw)
  To: linux-hotplug

hi kay!

the following tiny patch fixes clearing a possibly set $CROSS_COMPILE.

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

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

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


-h


-------------------------------------------------------
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] 3+ messages in thread

end of thread, other threads:[~2006-02-16 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-16 12:02 [PATCH] Fix clearing of $CROSS_COMPILE KRONSTORFER Horst
2006-02-16 15:34 ` Kay Sievers
2006-02-16 16:05 ` KRONSTORFER Horst

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.