From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 792D31B1F1
 for <dev@dpdk.org>; Wed,  6 Mar 2019 17:23:03 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 06 Mar 2019 08:23:03 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.58,448,1544515200"; d="scan'208";a="304909477"
Received: from silpixa00399126.ir.intel.com (HELO
 silpixa00399126.ger.corp.intel.com) ([10.237.222.236])
 by orsmga005.jf.intel.com with ESMTP; 06 Mar 2019 08:23:02 -0800
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Date: Wed,  6 Mar 2019 16:22:41 +0000
Message-Id: <20190306162242.65375-6-bruce.richardson@intel.com>
X-Mailer: git-send-email 2.20.1
In-Reply-To: <20190306162242.65375-1-bruce.richardson@intel.com>
References: <20190306162242.65375-1-bruce.richardson@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: [dpdk-dev] [PATCH 5/6] build/meson: change linuxapp to linux in
	meson cross files
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 06 Mar 2019 16:23:03 -0000

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>
---
 .../arm/{arm64_armv8_linuxapp_gcc => arm64_armv8_linux_gcc}   | 0
 .../arm/{arm64_dpaa2_linuxapp_gcc => arm64_dpaa2_linux_gcc}   | 0
 config/arm/{arm64_dpaa_linuxapp_gcc => arm64_dpaa_linux_gcc}  | 0
 .../{arm64_thunderx_linuxapp_gcc => arm64_thunderx_linux_gcc} | 0
 devtools/test-meson-builds.sh                                 | 2 +-
 doc/build-sdk-meson.txt                                       | 4 ++--
 6 files changed, 3 insertions(+), 3 deletions(-)
 rename config/arm/{arm64_armv8_linuxapp_gcc => arm64_armv8_linux_gcc} (100%)
 rename config/arm/{arm64_dpaa2_linuxapp_gcc => arm64_dpaa2_linux_gcc} (100%)
 rename config/arm/{arm64_dpaa_linuxapp_gcc => arm64_dpaa_linux_gcc} (100%)
 rename config/arm/{arm64_thunderx_linuxapp_gcc => arm64_thunderx_linux_gcc} (100%)

diff --git a/config/arm/arm64_armv8_linuxapp_gcc b/config/arm/arm64_armv8_linux_gcc
similarity index 100%
rename from config/arm/arm64_armv8_linuxapp_gcc
rename to config/arm/arm64_armv8_linux_gcc
diff --git a/config/arm/arm64_dpaa2_linuxapp_gcc b/config/arm/arm64_dpaa2_linux_gcc
similarity index 100%
rename from config/arm/arm64_dpaa2_linuxapp_gcc
rename to config/arm/arm64_dpaa2_linux_gcc
diff --git a/config/arm/arm64_dpaa_linuxapp_gcc b/config/arm/arm64_dpaa_linux_gcc
similarity index 100%
rename from config/arm/arm64_dpaa_linuxapp_gcc
rename to config/arm/arm64_dpaa_linux_gcc
diff --git a/config/arm/arm64_thunderx_linuxapp_gcc b/config/arm/arm64_thunderx_linux_gcc
similarity index 100%
rename from config/arm/arm64_thunderx_linuxapp_gcc
rename to config/arm/arm64_thunderx_linux_gcc
diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh
index e59474d53..f81a71434 100755
--- a/devtools/test-meson-builds.sh
+++ b/devtools/test-meson-builds.sh
@@ -51,7 +51,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"
diff --git a/doc/build-sdk-meson.txt b/doc/build-sdk-meson.txt
index 0a3316386..912cb3a8c 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]
-- 
2.20.1