All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Luke A. Guest" <laguest@archeia.com>
To: yocto@yoctoproject.org
Subject: [meta-ada] Misconfigure in gcc/ada/gcc-interface/Makefile, tmake_file list is wrong on MIPS/x86
Date: Thu, 10 Mar 2016 12:45:37 +0000	[thread overview]
Message-ID: <56E16C71.6000806@archeia.com> (raw)

Hi,

I'm trying to get my meta-ada layer working with jethro, gcc-4.9. I've
tried to build qemux86, qemumips and qemuarm so far. At this time, I've
added "ada" to --enable-languages and I'm trying to get the thing to
build first. Both qemux86 and qemumips targets have misconfigured
gcc/ada/gcc-interface/Makefile at line 164, the i586 target generates:

tmake_file =  $(srcdir)/config/t-slibgcc $(srcdir)/config/t-linux
$(srcdir)/config/t-glibc ./config/i386/t-linux64
$(srcdir)/config/i386/t-pmm_malloc $(srcdir)/config/i386/t-i386
$(srcdir)/config/i386/t-linux

mips target generates:

tmake_file =  $(srcdir)/config/mips/t-mips $(srcdir)/config/t-slibgcc
$(srcdir)/config/t-linux $(srcdir)/config/t-glibc ./config/mips/t-linux64

Both lines are trying to include t-linux64 from their respective config
dirs, but they should have the prefix "$(srcdir)" and not "."

Luckily the arm target seems to build, so I can carry on there, but it
would be nice to have all targets working.

Can anyone help me work out what is going on here?

Thanks,
Luke.



                 reply	other threads:[~2016-03-10 12:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=56E16C71.6000806@archeia.com \
    --to=laguest@archeia.com \
    --cc=yocto@yoctoproject.org \
    /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.