Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2014-10-28
Date: Fri, 31 Oct 2014 15:02:41 +0100	[thread overview]
Message-ID: <87oass72wu.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1414713303.9427.2.camel@posteo.de> ("Jörg Krause"'s message of "Fri, 31 Oct 2014 00:55:03 +0100")

>>>>> "J?rg" == J?rg Krause <jkrause@posteo.de> writes:

 > On Do, 2014-10-30 at 05:46 -0500, Mike Zick wrote:
 >> On Thu, 30 Oct 2014 08:17:11 +0100
 >> J?rg Krause <jkrause@posteo.de> wrote:
 >> 
 >> > >      powerpc |                    mp4v2-2.0.0 | NOK |
 >> > > http://autobuild.buildroot.net/results/e93653ccc815c805f4af55910c2995372587e7b4/  
 >> > 
 >> > toolchain error?
 >> >         powerpc-ctng_e500v2-linux-gnuspe-g++: error: unrecognized
 >> >         command line option '-mfloat-Wa,-me500x2'
 >> >         
 >> 
 >> Run together options.
 >> Or
 >> the compiler was not able to compute subtracting 
 >> 'Warn All' from -mfloat.  
 >> ;)

 > You're right! It should be -mabi=spe -mfloat-gprs=double -Wa,-me500x2.

 > How can this happen?

I believe it comes from this snippet in configure.ac:

###############################################################################
# disable debugging
###############################################################################

if test "$enable_debug" = "no"; then
    changequote(<<,>>)dnl
    if test "$GCC" = "yes"; then
        CFLAGS=`echo "$CFLAGS" | sed -e 's/-g[^ ]*[ ]*//' -e 's/^ //' -e 's/ $//'`
    fi
    if test "$GXX" = "yes"; then
        CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/-g[^ ]*[ ]*//' -e 's/^ //' -e 's/ $//'`
    fi

Which looks fairly broken. As far as I can see this is the only thing
--disable-debug does, so the easiest fix is just to always passs
--enable-debug.

I'll fix that.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2014-10-31 14:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29  7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-10-28 Thomas Petazzoni
2014-10-30  7:17 ` Jörg Krause
2014-10-30 10:46   ` Mike Zick
2014-10-30 23:55     ` Jörg Krause
2014-10-31 14:02       ` Peter Korsgaard [this message]
2014-10-31 15:30         ` Jörg Krause

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=87oass72wu.fsf@dell.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox