All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build: mention machine=default and its use in documentation
@ 2019-01-14 11:23 Luca Boccassi
  2019-01-14 13:32 ` Christian Ehrhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Luca Boccassi @ 2019-01-14 11:23 UTC (permalink / raw)
  To: dev; +Cc: jerinj, bruce.richardson, Luca Boccassi

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 doc/build-sdk-meson.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/build-sdk-meson.txt b/doc/build-sdk-meson.txt
index 29a8bd387..2efff58e2 100644
--- a/doc/build-sdk-meson.txt
+++ b/doc/build-sdk-meson.txt
@@ -87,6 +87,8 @@ Project-specific options are passed used -Doption=value::
 
 	meson -Denable_docs=true fullbuild  # build and install docs
 
+	meson -Dmachine=default  # user builder-independent baseline -march
+
 Examples of setting the same options using meson configure::
 
 	meson configure -Dwerror=true
@@ -103,6 +105,9 @@ should be used to change the build settings within the directory, and when
 ``ninja`` is called to do the build itself, it will trigger the necessary
 re-scan from meson.
 
+NOTE: machine=default will use the minimum required -march on all architectures
+regardless of the capabilities of the machine where the build is happening.
+
 As well as those settings taken from ``meson configure``, other options
 such as the compiler to use can be passed via environment variables. For
 example::
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-04-18 14:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 11:23 [PATCH] build: mention machine=default and its use in documentation Luca Boccassi
2019-01-14 13:32 ` Christian Ehrhardt
2019-01-14 13:44   ` Luca Boccassi
2019-01-14 13:41 ` [PATCH v2] " Luca Boccassi
2019-02-27 12:16   ` Luca Boccassi
2019-03-18 20:12     ` Jerin Jacob Kollanukkaran
2019-04-17 20:17   ` [dpdk-dev] " Thomas Monjalon
2019-04-18  9:30     ` Luca Boccassi
2019-04-18  9:30 ` [dpdk-dev] [PATCH v3] " luca.boccassi
2019-04-18 14:06   ` Thomas Monjalon

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.