OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BINUTILS_VERSION
(Results
1 - 7
of
7
) sorted by null
/ndk/build/tools/
build-gcc.sh
53
BINUTILS_VERSION
=$DEFAULT_BINUTILS_VERSION
55
register_option "--binutils-version=<version>" do_binutils_version "Specify binutils version" "$
BINUTILS_VERSION
"
57
BINUTILS_VERSION
=$1
166
BINUTILS_VERSION
=$(get_default_binutils_version_for_gcc $TOOLCHAIN)
167
dump "Auto-config: --binutils-version=$
BINUTILS_VERSION
"
170
if [ ! -d $SRC_DIR/binutils/binutils-$
BINUTILS_VERSION
] ; then
171
echo "ERROR: Missing binutils sources: $SRC_DIR/binutils/binutils-$
BINUTILS_VERSION
"
352
--with-binutils-version=$
BINUTILS_VERSION
\
build-host-gcc.sh
112
BINUTILS_VERSION
=$DEFAULT_BINUTILS_VERSION
113
register_var_option "--binutils-version=<version>"
BINUTILS_VERSION
"Select binutils version"
919
echo "$(host_build_dir)/temp-binutils-$
BINUTILS_VERSION
-$TARGET"
925
echo "$TOP_BUILD_DIR/$BUILD/temp-binutils-$
BINUTILS_VERSION
-$TARGET"
[
all
...]
dev-rebuild-ndk.sh
201
$MPFR_VERSION $GDB_VERSION $
BINUTILS_VERSION
\
build-mingw64-toolchain.sh
144
BINUTILS_VERSION
=2.22
181
--binutils-version=*)
BINUTILS_VERSION
=$optarg;;
202
echo " --binutil-version=<version> Select binutils version [$
BINUTILS_VERSION
]."
400
download_package http://ftp.gnu.org/gnu/binutils/binutils-$
BINUTILS_VERSION
.tar.bz2
527
build_host_package binutils-$
BINUTILS_VERSION
$BINUTILS_CONFIGURE_OPTIONS
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
58
BINUTILS_VERSION
=2.19
219
--binutils-version=*)
BINUTILS_VERSION
="$optarg"
300
echo " --binutils-version=VERSION Binutils version number [$
BINUTILS_VERSION
]"
1176
task2_define configure_binutils "Configure binutils-$
BINUTILS_VERSION
"
1183
$TOOLCHAIN_SRC_DIR/binutils/binutils-$
BINUTILS_VERSION
/configure \
1189
task2_define build_binutils "Build binutils-$
BINUTILS_VERSION
"
1197
task2_define install_binutils "Install binutils-$
BINUTILS_VERSION
"
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
109
BINUTILS_VERSION
=2.21
249
--binutils-version=*)
BINUTILS_VERSION
="$optarg"
333
echo " --binutils-version=VERSION Binutils version number [$
BINUTILS_VERSION
]"
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
109
BINUTILS_VERSION
=2.21
249
--binutils-version=*)
BINUTILS_VERSION
="$optarg"
333
echo " --binutils-version=VERSION Binutils version number [$
BINUTILS_VERSION
]"
[
all
...]
Completed in 232 milliseconds