| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Typo in arch/mips/Makefile breaks build on Cobalt |
| From: | Scott Ashcroft <scott.ashcroft@talk21.com> |
| Date: | Sat, 1 Apr 2006 19:50:03 +0100 (BST) |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=s1024; d=talk21.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=FL4eC7FqU1pJ2jIBYHA74o8xmcP9qlefmz4QorGy012f95tTPgmnPKmmKYYz2puiSmH++5lrE2CNcfF5XiW1i9/bX+5pyWtqwAc+RUbkmvgv5Pto6VU4E0euJT7hJFKY2/9NweSTr///Q662f6OQ/1nUUY2pSlRpqI26Wjm2t0M= ; |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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 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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: socket error, Stuart Longland |
|---|---|
| Next by Date: | elocation truncated relocation truncated to fit: R_MIPS_GOT16, Niklaus |
| Previous by Thread: | Re: socket error, Stuart Longland |
| Next by Thread: | Re: [PATCH] Typo in arch/mips/Makefile breaks build on Cobalt, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |