linux-hotplug.vger.kernel.org archive mirror
 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

* Re: [PATCH] Set CROSS to $(CROSS_COMPILE) by default
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2006-01-27 16:17 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Jan 27, 2006 at 02:47:50PM +0100, KRONSTORFER Horst wrote:
> the following patch makes cross-compiling udev a little bit easier.

> -CROSS > +CROSS = $(CROSS_COMPILE)

CROSS_COMPILE seems more common that CROSS, right? The kernel uses it
too, so we can replace the CROSS entirely by CROSS_COMPILE?

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

* RE: [PATCH] Set CROSS to $(CROSS_COMPILE) by default
  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
  2 siblings, 0 replies; 4+ messages in thread
From: KRONSTORFER Horst @ 2006-01-27 16:23 UTC (permalink / raw)
  To: linux-hotplug


> -----Original Message-----
> From: Kay Sievers [mailto:kay.sievers@vrfy.org] 
> Sent: Freitag, 27. Jänner 2006 17:18
> To: KRONSTORFER Horst
> Cc: linux-hotplug-devel@lists.sourceforge.net
> Subject: Re: [PATCH] Set CROSS to $(CROSS_COMPILE) by default
> 
> On Fri, Jan 27, 2006 at 02:47:50PM +0100, KRONSTORFER Horst wrote:
> > the following patch makes cross-compiling udev a little bit easier.
> 
> > -CROSS > > +CROSS = $(CROSS_COMPILE)
> 
> CROSS_COMPILE seems more common that CROSS, right? The kernel 
> uses it too, so we can replace the CROSS entirely by CROSS_COMPILE?

yes. just wanted to make the patch as noiseless as possible ;-)

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

* Re: [PATCH] Set CROSS to $(CROSS_COMPILE) by default
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2006-01-29 16:28 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Jan 27, 2006 at 05:23:46PM +0100, KRONSTORFER Horst wrote:
> 
> > -----Original Message-----
> > From: Kay Sievers [mailto:kay.sievers@vrfy.org] 
> > Sent: Freitag, 27. Jänner 2006 17:18
> > To: KRONSTORFER Horst
> > Cc: linux-hotplug-devel@lists.sourceforge.net
> > Subject: Re: [PATCH] Set CROSS to $(CROSS_COMPILE) by default
> > 
> > On Fri, Jan 27, 2006 at 02:47:50PM +0100, KRONSTORFER Horst wrote:
> > > the following patch makes cross-compiling udev a little bit easier.
> > 
> > > -CROSS > > > +CROSS = $(CROSS_COMPILE)
> > 
> > CROSS_COMPILE seems more common that CROSS, right? The kernel 
> > uses it too, so we can replace the CROSS entirely by CROSS_COMPILE?
> 
> yes. just wanted to make the patch as noiseless as possible ;-)

Ok, fine, I just changed it to CROSS_COMPILE.

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] 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 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).