Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] [PATCH v2] p7zip: New package
Date: Sun, 29 May 2016 19:44:34 +0200	[thread overview]
Message-ID: <2dmr1dxg2e.ln2@ID-313208.user.individual.net> (raw)
In-Reply-To: 1464539299-3853-1-git-send-email-nerv@dawncrow.de

Am Sun, 29 May 2016 18:28:19 +0200 schrieb Andr? Hentschel:

> +	depends on BR2_i386 || BR2_x86_64 || \
> +		BR2_aarch64 || BR2_arm || BR2_armeb

Hi Andr?,

I also tested with xtensa and microblazeel with success, please do not get
confused by the list of archs in C/CpuArch.h.

Lines 69 

|| (defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__))

and 85

|| (defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__))

are a major catch-all which however does not work out for blackfin.

Adding

|| defined(__BLACKFIN__)

around line 68 in C/CpuArch.h should be enough to fix the problem
because blackfin is little endian:

https://git.busybox.net/buildroot/tree/arch/Config.in.bfin#n69

Regards, Bernd

      parent reply	other threads:[~2016-05-29 17:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-29 16:28 [Buildroot] [PATCH] [PATCH v2] p7zip: New package André Hentschel
2016-05-29 17:14 ` Yann E. MORIN
2016-05-29 17:22   ` André Hentschel
2016-05-29 17:29     ` Yann E. MORIN
2016-05-30 13:20     ` Thomas Petazzoni
2016-05-31 21:56       ` André Hentschel
2016-05-29 17:44 ` Bernd Kuhls [this message]

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=2dmr1dxg2e.ln2@ID-313208.user.individual.net \
    --to=bernd.kuhls@t-online.de \
    --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