Message ID | 20190225095813.25441-2-victor.chong@linaro.org |
---|---|
State | New |
Headers | show |
Series | [Linaro-uefi] opteed-build.sh: update dead link | expand |
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 <<a href="mailto:victor.chong@linaro.org">victor.chong@linaro.org</a>> 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 <<a href="mailto:victor.chong@linaro.org" target="_blank">victor.chong@linaro.org</a>><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 [ "$PLATFORM_ARCH" = "AARCH64" ]; then<br> -- <br> 2.17.1<br> <br> </blockquote></div></div>
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 --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
Signed-off-by: Victor Chong <victor.chong@linaro.org> --- opteed-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)