| @@ -51,8 +51,6 @@ exit 0 | |||||
| } | } | ||||
| cleanup | |||||
| # ------------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------------ | ||||
| # function to build base libs | # function to build base libs | ||||
| @@ -359,13 +357,12 @@ fi | |||||
| # --------------------------------------------------------------------------------------------------------------------- | # --------------------------------------------------------------------------------------------------------------------- | ||||
| # build base libs | # build base libs | ||||
| # export ARCH=32 | |||||
| # export TARGET="${1}" | |||||
| # build_base | |||||
| export ARCH=32 | |||||
| build_base | |||||
| cleanup_pkgs | |||||
| # if [ x"${TARGET}" != x"32" ]; then | |||||
| export ARCH=64 | export ARCH=64 | ||||
| build_base | build_base | ||||
| # fi | |||||
| cleanup_pkgs | |||||
| # --------------------------------------------------------------------------------------------------------------------- | # --------------------------------------------------------------------------------------------------------------------- | ||||