diff mbox series

[Linaro-uefi] opteed-build.sh: update dead link

Message ID 20190225095813.25441-2-victor.chong@linaro.org
State New
Headers show
Series [Linaro-uefi] opteed-build.sh: update dead link | expand

Commit Message

Victor Chong Feb. 25, 2019, 9:58 a.m. UTC
Signed-off-by: Victor Chong <victor.chong@linaro.org>
---
 opteed-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Victor Chong March 28, 2019, 11:23 a.m. UTC | #1
Hi Leif,

Ping on this one too.

Thanks!

On Mon, Feb 25, 2019 at 6:58 PM Victor Chong <victor.chong@linaro.org>
wrote:

> Signed-off-by: Victor Chong <victor.chong@linaro.org>

> ---

>  opteed-build.sh | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

>

> diff --git a/opteed-build.sh b/opteed-build.sh

> index 3229cbb..6708587 100755

> --- a/opteed-build.sh

> +++ b/opteed-build.sh

> @@ -52,7 +52,7 @@ function build_platform

>         #

>         # OP-TEE requires both 64- and 32-bit compilers for a 64-bit build

>         # For details, visit

> -       #

> https://github.com/OP-TEE/optee_os/blob/master/documentation/build_system.md#cross_compile-cross-compiler-selection

> +       #

> https://optee.readthedocs.io/building/gits/optee_os.html?#cross-compile

>         #

>         set_cross_compile

>         if [ "$PLATFORM_ARCH" = "AARCH64" ]; then

> --

> 2.17.1

>

>
<div dir="ltr"><div>Hi Leif,</div><div><br></div><div>Ping on this one too.</div><div><br></div><div>Thanks!<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 25, 2019 at 6:58 PM Victor Chong &lt;<a href="mailto:victor.chong@linaro.org">victor.chong@linaro.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Signed-off-by: Victor Chong &lt;<a href="mailto:victor.chong@linaro.org" target="_blank">victor.chong@linaro.org</a>&gt;<br>
---<br>
 opteed-build.sh | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/opteed-build.sh b/opteed-build.sh<br>
index 3229cbb..6708587 100755<br>
--- a/opteed-build.sh<br>
+++ b/opteed-build.sh<br>
@@ -52,7 +52,7 @@ function build_platform<br>
        #<br>
        # OP-TEE requires both 64- and 32-bit compilers for a 64-bit build<br>
        # For details, visit<br>
-       # <a href="https://github.com/OP-TEE/optee_os/blob/master/documentation/build_system.md#cross_compile-cross-compiler-selection" rel="noreferrer" target="_blank">https://github.com/OP-TEE/optee_os/blob/master/documentation/build_system.md#cross_compile-cross-compiler-selection</a><br>
+       # <a href="https://optee.readthedocs.io/building/gits/optee_os.html?#cross-compile" rel="noreferrer" target="_blank">https://optee.readthedocs.io/building/gits/optee_os.html?#cross-compile</a><br>
        #<br>
        set_cross_compile<br>
        if [ &quot;$PLATFORM_ARCH&quot; = &quot;AARCH64&quot; ]; then<br>
-- <br>
2.17.1<br>
<br>
</blockquote></div></div>
Leif Lindholm March 28, 2019, 12:28 p.m. UTC | #2
On Mon, Feb 25, 2019 at 09:58:13AM +0000, Victor Chong wrote:
> Signed-off-by: Victor Chong <victor.chong@linaro.org>

Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Pushed as 2c022fb.

> ---
>  opteed-build.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/opteed-build.sh b/opteed-build.sh
> index 3229cbb..6708587 100755
> --- a/opteed-build.sh
> +++ b/opteed-build.sh
> @@ -52,7 +52,7 @@ function build_platform
>  	#
>  	# OP-TEE requires both 64- and 32-bit compilers for a 64-bit build
>  	# For details, visit
> -	# https://github.com/OP-TEE/optee_os/blob/master/documentation/build_system.md#cross_compile-cross-compiler-selection
> +	# https://optee.readthedocs.io/building/gits/optee_os.html?#cross-compile
>  	#
>  	set_cross_compile
>  	if [ "$PLATFORM_ARCH" = "AARCH64" ]; then
> -- 
> 2.17.1
>
diff mbox series

Patch

diff --git a/opteed-build.sh b/opteed-build.sh
index 3229cbb..6708587 100755
--- a/opteed-build.sh
+++ b/opteed-build.sh
@@ -52,7 +52,7 @@  function build_platform
 	#
 	# OP-TEE requires both 64- and 32-bit compilers for a 64-bit build
 	# For details, visit
-	# https://github.com/OP-TEE/optee_os/blob/master/documentation/build_system.md#cross_compile-cross-compiler-selection
+	# https://optee.readthedocs.io/building/gits/optee_os.html?#cross-compile
 	#
 	set_cross_compile
 	if [ "$PLATFORM_ARCH" = "AARCH64" ]; then