Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] allow CROSS_COMPILE override
@ 2003-02-20 20:47 Jun Sun
  2003-02-20 21:15 ` Brian Murphy
  2003-02-20 21:57 ` Daniel Jacobowitz
  0 siblings, 2 replies; 9+ messages in thread
From: Jun Sun @ 2003-02-20 20:47 UTC (permalink / raw)
  To: linux-mips; +Cc: jsun

[-- Attachment #1: Type: text/plain, Size: 115 bytes --]

Anybody would object this?  It allows one to override
CROSS_COMPILE from command line or top-level Makefile.

Jun


[-- Attachment #2: 030220.b-2.4-allow-CROSS_COMPILE-override.patch --]
[-- Type: text/plain, Size: 345 bytes --]

diff -Nru linux/arch/mips/Makefile.orig linux/arch/mips/Makefile
--- linux/arch/mips/Makefile.orig	Thu Feb 20 10:49:18 2003
+++ linux/arch/mips/Makefile	Thu Feb 20 12:18:53 2003
@@ -23,7 +23,9 @@
 endif
 
 ifdef CONFIG_CROSSCOMPILE
-CROSS_COMPILE	= $(tool-prefix)
+  ifndef CROSS_COMPILE
+    CROSS_COMPILE	= $(tool-prefix)
+  endif
 endif
 
 #

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

end of thread, other threads:[~2003-02-21  0:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-20 20:47 [PATCH] allow CROSS_COMPILE override Jun Sun
2003-02-20 21:15 ` Brian Murphy
2003-02-20 21:23   ` Jun Sun
2003-02-20 21:35     ` Brian Murphy
2003-02-20 21:57       ` Pete Popov
2003-02-20 22:03     ` Brian Murphy
2003-02-21  0:08       ` Jun Sun
2003-02-20 21:57 ` Daniel Jacobowitz
2003-02-20 22:06   ` Brian Murphy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox