mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -109,6 +109,22 @@ will therefore only use a few of them.
|
||||
+cross-compile.conf+ file +c_link_args+ and +cpp_link_args+ properties. By
|
||||
default, the value of +TARGET_LDFLAGS+.
|
||||
|
||||
* +FOO_MESON_EXTRA_BINARIES+, to specify a space-separated list of programs
|
||||
to add to the `[binaries]` section of the meson `cross-compilation.conf`
|
||||
configuration file. The format is `program-name='/path/to/program'`, with
|
||||
no space around the +=+ sign, and with the path of the program between
|
||||
single quotes. By default, empty. Note that Buildroot already sets the
|
||||
correct values for +c+, +cpp+, +ar+, +strip+, and +pkgconfig+.
|
||||
|
||||
* +FOO_MESON_EXTRA_PROPERTIES+, to specify a space-separated list of
|
||||
properties to add to the `[properties]` section of the meson
|
||||
`cross-compilation.conf` configuration file. The format is
|
||||
`property-name=<value>` with no space around the +=+ sign, and with
|
||||
single quotes around string values. By default, empty. Note that
|
||||
Buildroot already sets values for +needs_exe_wrapper+, +c_args+,
|
||||
+c_link_args+, +cpp_args+, +cpp_link_args+, +sys_root+, and
|
||||
+pkg_config_libdir+.
|
||||
|
||||
* +FOO_NINJA_ENV+, to specify additional environment variables to pass to
|
||||
+ninja+, meson companion tool in charge of the build operations. By default,
|
||||
empty.
|
||||
|
||||
Reference in New Issue
Block a user