All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Fancellu <Luca.Fancellu@arm.com>
To: Anthony PERARD <anthony.perard@citrix.com>
Cc: Xen-devel <xen-devel@lists.xenproject.org>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"George Dunlap" <george.dunlap@citrix.com>,
	"Jan Beulich" <jbeulich@suse.com>,
	"Julien Grall" <julien@xen.org>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	"Wei Liu" <wl@xen.org>, "Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN_AFLAGS)
Date: Wed, 24 May 2023 08:30:09 +0000	[thread overview]
Message-ID: <17CC7699-2B73-499B-946B-E423F7C9620E@arm.com> (raw)
In-Reply-To: <20230523163811.30792-11-anthony.perard@citrix.com>



> On 23 May 2023, at 17:38, Anthony PERARD <anthony.perard@citrix.com> wrote:
> 
> We don't want the AFLAGS from the environment, they are usually meant
> to build user space application and not for the hypervisor.
> 
> Config.mk doesn't provied any $(AFLAGS) so we can start a fresh
> $(XEN_AFLAGS).
> 
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> ---

Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
Tested-by: Luca Fancellu <luca.fancellu@arm.com>





  reply	other threads:[~2023-05-24  8:30 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23 16:37 [XEN PATCH 00/15] build: cleanup build log, avoid user's CFLAGS, avoid too many include of Config.mk Anthony PERARD
2023-05-23 16:37 ` [XEN PATCH 01/15] build: hide that we are updating xen/lib/x86 Anthony PERARD
2023-05-24  6:42   ` Luca Fancellu
2023-05-24  7:04   ` Jan Beulich
2023-05-23 16:37 ` [XEN PATCH 02/15] build: rework asm-offsets.* build step to use kbuild Anthony PERARD
2023-05-24  7:39   ` Luca Fancellu
2023-05-24  8:01     ` Jan Beulich
2023-05-24  8:17       ` Luca Fancellu
2023-05-24 14:09   ` Jan Beulich
2023-05-25 10:36     ` Anthony PERARD
2023-05-23 16:37 ` [XEN PATCH 03/15] build, x86: clean build log for boot/ targets Anthony PERARD
2023-05-24  9:31   ` Andrew Cooper
2023-05-24 14:16   ` Jan Beulich
2023-05-25 11:30     ` Anthony PERARD
2023-05-23 16:38 ` [XEN PATCH 04/15] build: hide policy.bin commands Anthony PERARD
2023-05-24  7:11   ` Jan Beulich
2023-05-25 13:34     ` Anthony PERARD
2023-05-25 14:23       ` Jan Beulich
2023-05-25 12:48   ` Daniel P. Smith
2023-05-23 16:38 ` [XEN PATCH 05/15] build: introduce a generic command for gzip Anthony PERARD
2023-05-24  7:17   ` Jan Beulich
2023-05-25 13:42     ` Anthony PERARD
2023-05-23 16:38 ` [XEN PATCH 06/15] build: quiet for .allconfig.tmp target Anthony PERARD
2023-05-24  7:30   ` Jan Beulich
2023-05-23 16:38 ` [XEN PATCH 07/15] build: move XEN_HAS_BUILD_ID out of Config.mk Anthony PERARD
2023-05-24  8:06   ` Luca Fancellu
2023-05-25 11:56   ` Jan Beulich
2023-05-25 14:31     ` Anthony PERARD
2023-05-23 16:38 ` [XEN PATCH 08/15] build: use $(filechk, ) for all compat/.xlat/%.lst Anthony PERARD
2023-05-24  8:13   ` Luca Fancellu
2023-05-25 12:04   ` Jan Beulich
2023-05-25 14:36     ` Anthony PERARD
2023-05-23 16:38 ` [XEN PATCH 09/15] build: hide commands run for kconfig Anthony PERARD
2023-05-24  8:23   ` Luca Fancellu
2023-05-25 12:12   ` Jan Beulich
2023-05-23 16:38 ` [XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN_AFLAGS) Anthony PERARD
2023-05-24  8:30   ` Luca Fancellu [this message]
2023-05-24  8:47     ` Luca Fancellu
2023-05-25 12:17       ` Jan Beulich
2023-05-23 16:38 ` [XEN PATCH 11/15] build: rename CFLAGS to XEN_CFLAGS in xen/Makefile Anthony PERARD
2023-05-24  8:45   ` Luca Fancellu
2023-05-25 12:28   ` Jan Beulich
2023-05-23 16:38 ` [XEN PATCH 12/15] build: avoid Config.mk's CFLAGS Anthony PERARD
2023-05-24  9:34   ` Luca Fancellu
2023-05-25 12:41   ` Jan Beulich
2023-05-23 16:38 ` [XEN PATCH 13/15] build: fix compile.h compiler version command line Anthony PERARD
2023-05-23 18:14   ` Andrew Cooper
2023-05-25 12:48     ` Jan Beulich
2023-05-24  9:43   ` Luca Fancellu
2023-05-25 12:50     ` Jan Beulich
2023-05-30 10:14     ` Jan Beulich
2023-05-30 12:14       ` Luca Fancellu
2023-05-23 16:38 ` [XEN PATCH 14/15] Config.mk: move $(cc-option, ) to config/compiler-testing.mk Anthony PERARD
2023-05-24 10:07   ` Luca Fancellu
2023-05-30 10:43   ` Jan Beulich
2023-05-23 16:38 ` [XEN PATCH 15/15] build: remove Config.mk include from Rules.mk Anthony PERARD
2023-05-24 10:27   ` Luca Fancellu
2023-05-30 10:50   ` Jan Beulich
2023-05-24  9:27 ` [XEN PATCH 00/15] build: cleanup build log, avoid user's CFLAGS, avoid too many include of Config.mk Andrew Cooper

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=17CC7699-2B73-499B-946B-E423F7C9620E@arm.com \
    --to=luca.fancellu@arm.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@citrix.com \
    --cc=george.dunlap@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.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.