On 4/1/2019 9:34 AM, Bruce Richardson wrote:
On Thu, Mar 28, 2019 at 04:24:44PM -0700, Anand Rawat wrote:
config/meson.build | 23 ++++++++++++------
config/x86/meson.build | 14 ++++++-----
lib/librte_eal/meson.build | 6 ++++-
lib/librte_eal/windows/eal/eal.c | 14 +++++++++++
lib/librte_eal/windows/eal/eal_debug.c | 15 ++++++++++++
lib/librte_eal/windows/eal/eal_lcore.c | 32 +++++++++++++++++++++++++
lib/librte_eal/windows/eal/eal_thread.c | 18 ++++++++++++++
lib/librte_eal/windows/eal/meson.build | 10 ++++++++
I'm a little uncertain behind putting the stub files and the meson.build
changes in the one patch, since the result doesn't build anyway. However,
you can get meson to successfully configure the project on windows by
adding in an empty file called meson.build to the kernel/windows directory.
/Bruce
Thanks Bruce, libm is a part of V8 fixes.
kernel/windows directory is the patch 8/8 as I thought of it as a
temporary workaround. I'll move it to another patch along with meson
changes here.
--
Anand Rawat