> -----Original Message-----
> From: qemu-devel-bounces+bcain=quicinc....@nongnu.org <qemu-devel-
> bounces+bcain=quicinc....@nongnu.org> On Behalf Of Marco Liebel
> Sent: Wednesday, March 29, 2023 9:21 AM
> To: qemu-devel@nongnu.org
> Cc: Taylor Simpson <tsimp...@quicinc.com>; Marco Liebel (QUIC)
> <quic_mlie...@quicinc.com>
> Subject: [PATCH] Use hexagon toolchain version 16.0.0
>
> WARNING: This email originated from outside of Qualcomm. Please be wary of
> any links or attachments, and do not enable macros.
>
> Signed-off-by: Marco Liebel <quic_mlie...@quicinc.com>
> ---
> tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> index 5308ccb8fe..b99d99f943 100644
> --- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> +++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> @@ -27,7 +27,7 @@ RUN apt-get update && \
>
>
> ENV TOOLCHAIN_INSTALL /opt
> -ENV TOOLCHAIN_RELEASE 15.0.3
> +ENV TOOLCHAIN_RELEASE 16.0.0
> ENV TOOLCHAIN_BASENAME "clang+llvm-${TOOLCHAIN_RELEASE}-cross-
> hexagon-unknown-linux-musl"
> ENV TOOLCHAIN_URL https://codelinaro.jfrog.io/artifactory/codelinaro-
> toolchain-for-
> hexagon/v${TOOLCHAIN_RELEASE}/${TOOLCHAIN_BASENAME}.tar.xz
>
> --
> 2.25.1
>
Reviewed-by: Brian Cain <bc...@quicinc.com>