diff options
author | Bruce Richardson <bruce.richardson@intel.com> | 2019-03-06 16:22:41 +0000 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2019-03-12 23:03:34 +0100 |
commit | ae2f2fee247ad0f80f5a122fd174fa16cddd5438 (patch) | |
tree | 7fd77f8d0385e2254593bceaa8b508c137ad206c /doc | |
parent | 5fbc1d498f548026cfdcd63f28330d687761f2a3 (diff) | |
download | dpdk-next-eventdev-ae2f2fee247ad0f80f5a122fd174fa16cddd5438.zip dpdk-next-eventdev-ae2f2fee247ad0f80f5a122fd174fa16cddd5438.tar.gz dpdk-next-eventdev-ae2f2fee247ad0f80f5a122fd174fa16cddd5438.tar.xz |
build: rename linuxapp to linux in meson cross files
Rename the cross files for meson compilation from having linuxapp
in the name to just linux in the name.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-sdk-meson.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-sdk-meson.txt b/doc/build-sdk-meson.txt index 0a33163..912cb3a 100644 --- a/doc/build-sdk-meson.txt +++ b/doc/build-sdk-meson.txt @@ -157,9 +157,9 @@ command:: For example if the target machine is arm64 we can use the following command:: - meson arm-build --cross-file config/arm/arm64_armv8_linuxapp_gcc + meson arm-build --cross-file config/arm/arm64_armv8_linux_gcc -where config/arm/arm64_armv8_linuxapp_gcc contains the following +where config/arm/arm64_armv8_linux_gcc contains the following parameters:: [binaries] |