From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: <linux-snps-arc@lists.infradead.org>
Cc: <linux-kernel@vger.kernel.org>,
Vineet Gupta <Vineet.Gupta1@synopsys.com>,
"Noam Camus" <noamc@ezchip.com>,
Alexey Brodkin <Alexey.Brodkin@synopsys.com>,
"Anton Kolesov" <akolesov@synosys.com>
Subject: [PATCH 1/2] ARC: [BE] Select correct CROSS_COMPILE prefix
Date: Fri, 11 Mar 2016 14:57:20 +0530 [thread overview]
Message-ID: <1457688441-31337-2-git-send-email-vgupta@synopsys.com> (raw)
In-Reply-To: <1457688441-31337-1-git-send-email-vgupta@synopsys.com>
This allows CONFIG_CPU_BIG_ENDIAN=y to build correctly out of the box,
w/o any other tweaks.
Cc: Noam Camus <noamc@ezchip.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Anton Kolesov <akolesov@synosys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
---
arch/arc/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arc/Makefile b/arch/arc/Makefile
index c8230f3395f2..babc09c61c6c 100644
--- a/arch/arc/Makefile
+++ b/arch/arc/Makefile
@@ -9,7 +9,11 @@
UTS_MACHINE := arc
ifeq ($(CROSS_COMPILE),)
+ifndef CONFIG_CPU_BIG_ENDIAN
CROSS_COMPILE := arc-linux-
+else
+CROSS_COMPILE := arceb-linux-
+endif
endif
KBUILD_DEFCONFIG := nsim_700_defconfig
--
2.5.0
next prev parent reply other threads:[~2016-03-11 9:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-11 9:27 [PATCH 0/2] Big Endian build cleanups Vineet Gupta
2016-03-11 9:27 ` Vineet Gupta [this message]
2016-03-11 9:56 ` [PATCH 1/2] ARC: [BE] Select correct CROSS_COMPILE prefix Alexey Brodkin
2016-03-11 9:27 ` [PATCH 2/2] ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILE Vineet Gupta
2016-03-11 9:56 ` Alexey Brodkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457688441-31337-2-git-send-email-vgupta@synopsys.com \
--to=vineet.gupta1@synopsys.com \
--cc=Alexey.Brodkin@synopsys.com \
--cc=akolesov@synosys.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-snps-arc@lists.infradead.org \
--cc=noamc@ezchip.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox