From: Xiao Yang <yangx.jy@cn.fujitsu.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 1/2] build.sh: Remove deprecated CROSS_COMPILE
Date: Mon, 11 Jan 2021 16:45:00 +0800 [thread overview]
Message-ID: <5FFC100C.5080200@cn.fujitsu.com> (raw)
In-Reply-To: <20210111030704.5761-1-lizhijian@cn.fujitsu.com>
Hi Petr,
I have merged it because CROSS_COMPILE seems unneeded.
Please tell me if you have any objection.
Best Regards,
Xiao Yang
On 2021/1/11 11:07, Li Zhijian wrote:
> The CROSS_COMPILE was no longer used by ltp since 400ac9bbe20.
>
> Signed-off-by: Li Zhijian<lizhijian@cn.fujitsu.com>
> ---
> build.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/build.sh b/build.sh
> index 452cc6f4c..602ca419e 100755
> --- a/build.sh
> +++ b/build.sh
> @@ -64,7 +64,7 @@ build_cross()
> fi
>
> echo "===== cross-compile ${host} ${1}-tree build into $PREFIX ====="
> - build $1 $2 "--host=$host" CROSS_COMPILE="${host}-"
> + build $1 $2 "--host=$host"
> }
>
> build()
next prev parent reply other threads:[~2021-01-11 8:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-11 3:07 [LTP] [PATCH 1/2] build.sh: Remove deprecated CROSS_COMPILE Li Zhijian
2021-01-11 3:07 ` [LTP] [PATCH 2/2] build.sh: support compiler with path prefix Li Zhijian
2021-01-11 3:45 ` [LTP] [PATCH 1/2] build.sh: Remove deprecated CROSS_COMPILE Xiao Yang
2021-01-11 8:45 ` Xiao Yang [this message]
2021-01-11 15:28 ` Petr Vorel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5FFC100C.5080200@cn.fujitsu.com \
--to=yangx.jy@cn.fujitsu.com \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox