* [PATCH] Typo in arch/mips/Makefile breaks build on Cobalt
@ 2006-04-01 18:50 Scott Ashcroft
2006-04-01 21:19 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Scott Ashcroft @ 2006-04-01 18:50 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
There appears to be a couple of typos in the clean up
of the Makefile.
The cflags lines for NEVADA and R5432 have
'cc-options' rather than 'cc-option'.
Attached patch fixes it up.
Signed-Off-by: scott.ashcroft@talk21.com
[-- Attachment #2: 3766969591-Makefile.diff --]
[-- Type: text/plain, Size: 808 bytes --]
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 7bb0296..c254f4f 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -114,9 +114,9 @@ cflags-$(CONFIG_CPU_MIPS64_R1) += $(call
cflags-$(CONFIG_CPU_MIPS64_R2) += $(call cc-option,-march=mips64r2,-mips2 -mtune=r4600 ) \
-Wa,-mips64r2 -Wa,--trap
cflags-$(CONFIG_CPU_R5000) += -march=r5000 -Wa,--trap
-cflags-$(CONFIG_CPU_R5432) += $(call cc-options,-march=r5400,-march=r5000) \
+cflags-$(CONFIG_CPU_R5432) += $(call cc-option,-march=r5400,-march=r5000) \
-Wa,--trap
-cflags-$(CONFIG_CPU_NEVADA) += $(call cc-options,-march=rm5200,-march=r5000) \
+cflags-$(CONFIG_CPU_NEVADA) += $(call cc-option,-march=rm5200,-march=r5000) \
-Wa,--trap
cflags-$(CONFIG_CPU_RM7000) += $(call cc-option,-march=rm7000,-march=r5000) \
-Wa,--trap
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Typo in arch/mips/Makefile breaks build on Cobalt
2006-04-01 18:50 [PATCH] Typo in arch/mips/Makefile breaks build on Cobalt Scott Ashcroft
@ 2006-04-01 21:19 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2006-04-01 21:19 UTC (permalink / raw)
To: Scott Ashcroft; +Cc: linux-mips
On Sat, Apr 01, 2006 at 07:50:03PM +0100, Scott Ashcroft wrote:
> There appears to be a couple of typos in the clean up
> of the Makefile.
>
> The cflags lines for NEVADA and R5432 have
> 'cc-options' rather than 'cc-option'.
> Attached patch fixes it up.
I ran into this an hour ago during builds across all platforms, so there
already is a fix in the tree.
Thanks anyway,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-04-01 21:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-01 18:50 [PATCH] Typo in arch/mips/Makefile breaks build on Cobalt Scott Ashcroft
2006-04-01 21:19 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox