All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] initial support for Blackfin processors
Date: Mon, 07 Feb 2011 14:32:41 +0100	[thread overview]
Message-ID: <87mxm8vukm.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1297057752-5850-2-git-send-email-vapier@gentoo.org> (Mike Frysinger's message of "Mon, 7 Feb 2011 00:49:11 -0500")

>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:

Hi,

 Mike> +++ b/toolchain/toolchain-common.in
 Mike> @@ -67,7 +67,7 @@ config BR2_NEEDS_GETTEXT_IF_LOCALE
 Mike>  	default y if (BR2_NEEDS_GETTEXT && BR2_ENABLE_LOCALE)
 
 Mike>  config BR2_USE_MMU
 Mike> -	bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa
 Mike> +	bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_bfin || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa
 Mike>  	default y

Bfin doesn't have MMU, right? So enabling USE_MMU doesn't make sense.
I've changed it to be 'default y if !BR2_bfin' - Committed, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-02-07 13:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-07  5:49 [Buildroot] Pull request buildroot.git (vapier branch) Mike Frysinger
2011-02-07  5:49 ` [Buildroot] [PATCH 1/3] debugging: do not require no stripping Mike Frysinger
2011-02-07  5:49   ` [Buildroot] [PATCH 2/3] initial support for Blackfin processors Mike Frysinger
2011-02-07 13:32     ` Peter Korsgaard [this message]
2011-02-07 21:48       ` Mike Frysinger
2011-02-07  5:49   ` [Buildroot] [PATCH 3/3] gdb: add support for Blackfin gdbserver Mike Frysinger
2011-02-07 13:33     ` Peter Korsgaard
2011-02-07 12:45   ` [Buildroot] [PATCH 1/3] debugging: do not require no stripping Peter Korsgaard

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=87mxm8vukm.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /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 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.