* [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
* Re: [PATCH] Fix clearing of $CROSS_COMPILE
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
1 sibling, 0 replies; 3+ messages in thread
From: Kay Sievers @ 2006-02-16 15:34 UTC (permalink / raw)
To: linux-hotplug
On Thu, Feb 16, 2006 at 01:02:08PM +0100, KRONSTORFER Horst wrote:
> the following tiny patch fixes clearing a possibly set $CROSS_COMPILE.
Why don't you just override it with the make invocation?
make CROSS_COMPILE=...
(http://www.gnu.org/software/make/manual/html_mono/make.html#SEC100)
> Signed-off-by: Horst Kronstorfer <hkronsto <at> frequentis.com>
And please don't mangle your mail address, we can't apply invalid
addresses to git.
Thanks,
Kay
-------------------------------------------------------
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=lnk&kid\x103432&bid#0486&dat\x121642
_______________________________________________
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 [flat|nested] 3+ messages in thread
* RE: [PATCH] Fix clearing of $CROSS_COMPILE
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
1 sibling, 0 replies; 3+ messages in thread
From: KRONSTORFER Horst @ 2006-02-16 16:05 UTC (permalink / raw)
To: linux-hotplug
> -----Original Message-----
> From: Kay Sievers [mailto:kay.sievers@vrfy.org]
> Sent: Donnerstag, 16. Februar 2006 16:35
> To: KRONSTORFER Horst
> Cc: linux-hotplug-devel@lists.sourceforge.net
> Subject: Re: [PATCH] Fix clearing of $CROSS_COMPILE
>
> On Thu, Feb 16, 2006 at 01:02:08PM +0100, KRONSTORFER Horst wrote:
> > the following tiny patch fixes clearing a possibly set
> $CROSS_COMPILE.
>
> Why don't you just override it with the make invocation?
> make CROSS_COMPILE=...
> (http://www.gnu.org/software/make/manual/html_mono/make.html#SEC100)
>
i'm too lazy and make CROSS_COMPILE=$CROSS_COMPILE looks a bit weird ;)
> > Signed-off-by: Horst Kronstorfer <hkronsto <at> frequentis.com>
>
> And please don't mangle your mail address, we can't apply
> invalid addresses to git.
>
oke
-h
> Thanks,
> Kay
>
-------------------------------------------------------
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 [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).