All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH]: Fix fs modules on sparc64 build with newer gcc
Date: Sat, 2 May 2009 16:35:29 +0200	[thread overview]
Message-ID: <20090502143529.GH28362@thorin> (raw)
In-Reply-To: <20090411.012731.101657495.davem@davemloft.net>

On Sat, Apr 11, 2009 at 01:27:31AM -0700, David Miller wrote:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -200,7 +200,7 @@ if test "$target_cpu"-"$platform" = i386-pc; then
>  fi
>  
>  # Check for functions.
> -AC_CHECK_FUNCS(posix_memalign memalign asprintf)
> +AC_CHECK_FUNCS(posix_memalign memalign asprintf __bswapsi2 __bswapdi2)
> [...]
> +#ifdef HAVE___BSWAPSI2
> +typedef int SItype __attribute__ ((mode (SI)));
> +SItype EXPORT_FUNC (__bswapsi2) (SItype);
> +#endif

Very nice.  I wish someone with a powerpc and some spare time would do the
same to include/grub/powerpc/libgcc.h ;-)

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."



      parent reply	other threads:[~2009-05-02 14:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-11  8:27 [PATCH]: Fix fs modules on sparc64 build with newer gcc David Miller
2009-04-12  3:53 ` Pavel Roskin
2009-04-12  7:58   ` David Miller
2009-04-12 21:19     ` Pavel Roskin
2009-04-13  1:05       ` David Miller
2009-04-13  5:06         ` Pavel Roskin
2009-04-13  6:31           ` David Miller
2009-05-02 14:35 ` Robert Millan [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=20090502143529.GH28362@thorin \
    --to=rmh@aybabtu.com \
    --cc=grub-devel@gnu.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.