* [PATCH] arch/mips/Makefile: Fix canonical system names
@ 2007-11-12 17:30 Maciej W. Rozycki
2007-11-12 18:21 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Maciej W. Rozycki @ 2007-11-12 17:30 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips
The GNU `config.guess' uses "linux-gnu" as the canonical system name.
Fix the list of compiler prefixes checked to spell it correctly.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
I am assuming the current names are a result of a typo and that the extra
spaces used here are for readability, so I have not removed them.
Please apply.
Maciej
patch-mips-2.6.23-20071023-mips-linux-gnu-0
diff -up --recursive --new-file linux-mips-2.6.23-20071023.macro/arch/mips/Makefile linux-mips-2.6.23-20071023/arch/mips/Makefile
--- linux-mips-2.6.23-20071023.macro/arch/mips/Makefile 2007-10-23 04:57:23.000000000 +0000
+++ linux-mips-2.6.23-20071023/arch/mips/Makefile 2007-11-11 19:04:39.000000000 +0000
@@ -44,7 +44,7 @@ endif
ifneq ($(SUBARCH),$(ARCH))
ifeq ($(CROSS_COMPILE),)
- CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-gnu-linux- $(tool-archpref)-unknown-gnu-linux-)
+ CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-)
endif
endif
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] arch/mips/Makefile: Fix canonical system names
2007-11-12 17:30 [PATCH] arch/mips/Makefile: Fix canonical system names Maciej W. Rozycki
@ 2007-11-12 18:21 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-11-12 18:21 UTC (permalink / raw)
To: Maciej W. Rozycki; +Cc: linux-mips
On Mon, Nov 12, 2007 at 05:30:52PM +0000, Maciej W. Rozycki wrote:
> The GNU `config.guess' uses "linux-gnu" as the canonical system name.
> Fix the list of compiler prefixes checked to spell it correctly.
>
> Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Applied, thanks.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-12 18:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12 17:30 [PATCH] arch/mips/Makefile: Fix canonical system names Maciej W. Rozycki
2007-11-12 18:21 ` Ralf Baechle
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.