Skip to content

Commit

Permalink
build: rename linuxapp to linux in meson cross files
Browse files Browse the repository at this point in the history
Rename the cross files for meson compilation from having linuxapp
in the name to just linux in the name.

Signed-off-by: Bruce Richardson <[email protected]>
  • Loading branch information
bruce-richardson authored and tmonjalo committed Mar 12, 2019
1 parent 5fbc1d4 commit ae2f2fe
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion devtools/test-meson-builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if command -v $c >/dev/null 2>&1 ; then
# compile the general v8a also for clang to increase coverage
export CC="ccache clang"
build build-arm64-host-clang $use_shared \
--cross-file config/arm/arm64_armv8_linuxapp_gcc
--cross-file config/arm/arm64_armv8_linux_gcc

for f in config/arm/arm*gcc ; do
export CC="ccache gcc"
Expand Down
4 changes: 2 additions & 2 deletions doc/build-sdk-meson.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ae2f2fe

Please sign in to comment.