Message ID | AANLkTinkdu6rxHirnzbvT0ayi1XuJmwrmLgFJbRTBjL-@mail.gmail.com |
---|---|
State | New |
Headers | show |
On 25 March 2011 11:19, Luse Cheng <luse@0xlab.org> wrote: > Add --with-sysroot to fix Linaro Android toolchain linking fail with FDO > --- > linaro-build.sh | 15 ++++++++++++++- > 1 files changed, 14 insertions(+), 1 deletions(-) hi Luse, It looks great. I will check in. However, do you think it is reasonable to enable --with-sysroot by default? (we can maintain sysroot somewhere at linaro.org.) Please consider the case when we would like to release Linaro edition of Android Toolchain. Regards, -jserv
diff --git a/linaro-build.sh b/linaro-build.sh index f238ba8..97da183 100755 --- a/linaro-build.sh +++ b/linaro-build.sh @@ -20,6 +20,7 @@ ARG_WGET_LINARO_GCC_SRC= ARG_BZR_LINARO_GCC_SRC= ARG_WITH_GCC= +ARG_WITH_SYSROOT= ARG_APPLY_PATCH=no @@ -53,6 +54,7 @@ usage() { echo " --prefix=<path> Specify installation path [/tmp/android-toolchain-eabi]" echo " --toolchain-src=<path> Toolchain source directory [`dirname $PWD`]" echo " --with-gcc=<path> Specify GCC source (support: directory, bzr, url)" + echo " --with-sysroot=<path> Specify SYSROOT directory"