From: Andre Muezerie <andremue@linux.microsoft.com>
To: andremue@linux.microsoft.com
Cc: bruce.richardson@intel.com, dev@dpdk.org, konstantin.v.ananyev@yandex.ru
Subject: [PATCH v2 0/1] move existing code that is common to the top
Date: Fri, 28 Feb 2025 14:03:06 -0800 [thread overview]
Message-ID: <1740780187-5272-1-git-send-email-andremue@linux.microsoft.com> (raw)
In-Reply-To: <1740757940-10253-1-git-send-email-andremue@linux.microsoft.com>
In preparation to add better MSVC support, existing common code was
moved up.
A split was added which in future will call an MSVC specific meson.build
file:
if is_ms_compiler
subdir_done()
endif
v2:
- removed call to get_option('cpu_instruction_set') from
config/x86/meson.build as that call should not be done from here -
cpu_instruction_set is already correctly set from
config/meson.build. A separate patch was prepared to fix this in older
releases.
Andre Muezerie (1):
config: move existing code that is common to the top
config/x86/meson.build | 90 ++++++++++++++++++++++--------------------
1 file changed, 47 insertions(+), 43 deletions(-)
--
2.48.1.vfs.0.0
next prev parent reply other threads:[~2025-02-28 22:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 15:52 [PATCH] config: " Andre Muezerie
2025-02-28 22:03 ` Andre Muezerie [this message]
2025-02-28 22:03 ` [PATCH v2 1/1] " Andre Muezerie
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=1740780187-5272-1-git-send-email-andremue@linux.microsoft.com \
--to=andremue@linux.microsoft.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=konstantin.v.ananyev@yandex.ru \
/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).