All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] meaning of BR2_arm_dunno
Date: Thu, 29 Jan 2009 16:46:24 +0100	[thread overview]
Message-ID: <87eiymru7j.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1233243053.15375.33.camel@sven> (Sven Neumann's message of "Thu\, 29 Jan 2009 16\:30\:53 +0100")

>>>>> "Sven" == Sven Neumann <s.neumann@phase-zero.de> writes:

 Sven> Hi,

 Sven> I wonder if anyone could explain to me the purpose of
 Sven> BR2_arm_dunno as used in target/Config.in.arch. The reason I am
 Sven> asking is that we've run into the problem of ending up with a
 Sven> misconfigured gcc (as reported earlier on this list). I would
 Sven> like to find out how this can be avoided in the future, but I
 Sven> seem to be unable to understand the mechanism that selects the
 Sven> default values for BR2_GCC_TARGET_TUNE, BR2_GCC_TARGET_ARCH and
 Sven> BR2_GCC_TARGET_ABI.

It takes a bit of searching as the lines have moved around the tree a
few times, but they were originally added by Bernhard in r19040 with
the nice commit message:

- populate some BR2_GCC_TARGET_ARCH, BR2_GCC_TARGET_ABI, BR2_GCC_TARGET_TUNE defaults (hand-waving mode, of course untested.. ;)

In other words it seems pretty half baked. Taking a look at Bernhard's
git tree I see he has:

        default apcs-gnu        if BR2_ARM_OABI
        default atpcs           if BR2_arm_dunno
        default aapcs           if BR2_arm_dunno
        default aapcs-linux     if BR2_ARM_EABI

Which confusingly comes from the following commit:

commit 7f7aac5d32ba677e8be386afa6ca121af00fbf1a
Author: Bernhard Fischer <rep.dot.nop@gmail.com>
Date:   Thu Sep 18 23:47:23 2008 +0200

    remove dependency on iwmmxt

Could you give it a try with those 2 lines changed?

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2009-01-29 15:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-29 15:30 [Buildroot] meaning of BR2_arm_dunno Sven Neumann
2009-01-29 15:46 ` Peter Korsgaard [this message]
2009-01-29 16:11   ` Sven Neumann
2009-01-29 16:16     ` Peter Korsgaard
2009-01-30 10:01   ` Sven Neumann
2009-01-30 10:14     ` Sven Neumann
2009-01-30 10:23       ` Peter Korsgaard
2009-01-30 11:25         ` Sven Neumann
2009-01-30 11:28           ` Peter Korsgaard
2009-01-31 10:26             ` Bernhard Reutner-Fischer
2009-01-31 22:28               ` 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=87eiymru7j.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.