HomeSort by relevance Sort by last modified time
    Searched full:gmp_version (Results 1 - 3 of 3) sorted by null

  /ndk/build/tools/
build-gcc.sh 51 GMP_VERSION=$DEFAULT_GMP_VERSION
52 register_var_option "--gmp-version=<version>" GMP_VERSION "Specify gmp version"
199 --with-gmp-version=$GMP_VERSION \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 59 GMP_VERSION=4.2.4
221 --gmp-version=*) GMP_VERSION="$optarg"
302 echo " --gmp-version=VERSION GMP version number [$GMP_VERSION]."
1205 task2_define extract_gmp "Extract sources for gmp-$GMP_VERSION"
1211 tar xjf $TOOLCHAIN_SRC_DIR/gmp/gmp-$GMP_VERSION.tar.bz2
1214 task2_define configure_gmp "Configure gmp-$GMP_VERSION"
1220 ../gmp-$GMP_VERSION/configure --prefix=$(install_dir) --host=$GMP_TARGET --disable-shared
1223 task2_define build_gmp "Build gmp-$GMP_VERSION"
1232 task2_define install_gmp "Install gmp-$GMP_VERSION"
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/
gmp.h 539 #define gmp_version __gmp_version macro
540 __GMP_DECLSPEC extern __gmp_const char * __gmp_const gmp_version;
    [all...]

Completed in 184 milliseconds