| Index: ports/gmp/build.sh
|
| diff --git a/ports/gmp/build.sh b/ports/gmp/build.sh
|
| index a79820e39ad9229068f29b8be82603b272fb38b8..4fe8d8a993392576c98f6c84d127acada6887c87 100755
|
| --- a/ports/gmp/build.sh
|
| +++ b/ports/gmp/build.sh
|
| @@ -3,14 +3,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
| -
|
| if [ "${NACL_GLIBC}" = "1" ]; then
|
| NACLPORTS_CFLAGS+=" -fPIC"
|
| fi
|
| +
|
| # Disable all assembly code by specifying none-none-none.
|
| EXTRA_CONFIGURE_ARGS=--host=none-none-none
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|