xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Samuel Thibault <sthibault@debian.org>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: waldi@debian.org, xen-devel@lists.xen.org
Subject: Re: [PATCH] pv-grub: Support bzip2, xz and lzo compressed kernels
Date: Fri, 4 Jan 2013 13:15:23 +0100	[thread overview]
Message-ID: <20130104121523.GC6100@type.youpi.perso.aquilenet.fr> (raw)
In-Reply-To: <1357300593-28685-1-git-send-email-ian.campbell@citrix.com>

Ian Campbell, le Fri 04 Jan 2013 11:56:33 +0000, a écrit :
> +BZIP2_STAMPFILE=$(CROSS_ROOT)/$(GNU_TARGET_ARCH)-xen-elf/lib/libbz2.a
> +.PHONY: cross-bzip2
> +cross-bzip2: $(BZIP2_STAMPFILE)
> +$(BZIP2_STAMPFILE): bzip2-$(XEN_TARGET_ARCH) $(NEWLIB_STAMPFILE)
> +	( cd $< && \
> +	  $(MAKE) DESTDIR= libbz2.a && \
> +	  $(INSTALL_DATA) libbz2.a $(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/lib/ && \
> +	  $(INSTALL_DATA) bzlib.h $(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/include/ \
> +	)

This is missing the cross-compilation flags, isn't it?

Samuel

  reply	other threads:[~2013-01-04 12:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-04 11:56 [PATCH] pv-grub: Support bzip2, xz and lzo compressed kernels Ian Campbell
2013-01-04 12:15 ` Samuel Thibault [this message]
2013-01-04 12:43   ` Ian Campbell
2013-01-04 23:42     ` Samuel Thibault
2013-09-10 18:51     ` Matt Wilson
2013-09-10 19:05       ` Bastian Blank
2013-09-10 19:14         ` Matt Wilson
2013-01-04 12:33 ` Bastian Blank
2013-01-04 12:40   ` Ian Campbell
2013-02-26 22:25     ` Bastian Blank
2013-02-26 22:30       ` [RFC] libxc: Move compression support into own file Bastian Blank
2013-02-26 22:32       ` [RFC] libxc: Add trusted decompressors Bastian Blank
2013-02-27 12:17         ` Ian Campbell
2013-02-27 12:44           ` Bastian Blank
2013-02-27 14:28             ` Ian Campbell
2013-03-04 10:33             ` George Dunlap
2013-03-04 11:02               ` Tim Deegan
2013-03-12 15:21                 ` Ian Campbell
2013-03-02 20:16         ` [PATCH] " Bastian Blank

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=20130104121523.GC6100@type.youpi.perso.aquilenet.fr \
    --to=sthibault@debian.org \
    --cc=ian.campbell@citrix.com \
    --cc=waldi@debian.org \
    --cc=xen-devel@lists.xen.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).