Repositories
gcc
Android GCC repository
-
Cloning this repository:
git clone git://gitorious.org/android-toolchain/gcc.git gcc cd gcc
Add this repository as a remote to an existing local repository:
git remote add gcc git://gitorious.org/android-toolchain/gcc.git git fetch gcc git checkout -b my-local-tracking-branch gcc/master_or_other_branch
binutils
GNU binutils
-
Cloning this repository:
git clone git://gitorious.org/android-toolchain/binutils.git binutils cd binutils
Add this repository as a remote to an existing local repository:
git remote add binutils git://gitorious.org/android-toolchain/binutils.git git fetch binutils git checkout -b my-local-tracking-branch binutils/master_or_other_branch
gdb
GNU Debugger
-
Cloning this repository:
git clone git://gitorious.org/android-toolchain/gdb.git gdb cd gdb
Add this repository as a remote to an existing local repository:
git remote add gdb git://gitorious.org/android-toolchain/gdb.git git fetch gdb git checkout -b my-local-tracking-branch gdb/master_or_other_branch
gmp
GNU Multiple Precision Arithmetic Library
-
Cloning this repository:
git clone git://gitorious.org/android-toolchain/gmp.git gmp cd gmp
Add this repository as a remote to an existing local repository:
git remote add gmp git://gitorious.org/android-toolchain/gmp.git git fetch gmp git checkout -b my-local-tracking-branch gmp/master_or_other_branch
mpfr
GNU MPFR: library for multiple-precision floating-point computations with correct rounding
-
Cloning this repository:
git clone git://gitorious.org/android-toolchain/mpfr.git mpfr cd mpfr
Add this repository as a remote to an existing local repository:
git remote add mpfr git://gitorious.org/android-toolchain/mpfr.git git fetch mpfr git checkout -b my-local-tracking-branch mpfr/master_or_other_branch
manifest
Android repo manifest
-
Cloning this repository:
git clone git://gitorious.org/android-toolchain/manifest.git manifest cd manifest
Add this repository as a remote to an existing local repository:
git remote add manifest git://gitorious.org/android-toolchain/manifest.git git fetch manifest git checkout -b my-local-tracking-branch manifest/master_or_other_branch
build
Build scripts for Android Toolchain
-
Cloning this repository:
git clone git://gitorious.org/android-toolchain/build.git build cd build
Add this repository as a remote to an existing local repository:
git remote add build git://gitorious.org/android-toolchain/build.git git fetch build git checkout -b my-local-tracking-branch build/master_or_other_branch
redstar3894-android-gcc
-
Cloning this repository:
git clone git://gitorious.org/~redstar3894/android-toolchain/redstar3894-android-gcc.git redstar3894-android-gcc cd redstar3894-android-gcc
Add this repository as a remote to an existing local repository:
git remote add redstar3894-android-gcc git://gitorious.org/~redstar3894/android-toolchain/redstar3894-android-gcc.git git fetch redstar3894-android-gcc git checkout -b my-local-tracking-branch redstar3894-android-gcc/master_or_other_branch
pheyes-gcc
-
Cloning this repository:
git clone git://gitorious.org/~pheye/android-toolchain/pheyes-gcc.git pheyes-gcc cd pheyes-gcc
Add this repository as a remote to an existing local repository:
git remote add pheyes-gcc git://gitorious.org/~pheye/android-toolchain/pheyes-gcc.git git fetch pheyes-gcc git checkout -b my-local-tracking-branch pheyes-gcc/master_or_other_branch
renjbs-gcc
-
Cloning this repository:
git clone git://gitorious.org/~renjb/android-toolchain/renjbs-gcc.git renjbs-gcc cd renjbs-gcc
Add this repository as a remote to an existing local repository:
git remote add renjbs-gcc git://gitorious.org/~renjb/android-toolchain/renjbs-gcc.git git fetch renjbs-gcc git checkout -b my-local-tracking-branch renjbs-gcc/master_or_other_branch
kaija-linaro-gcc
-
Cloning this repository:
git clone git://gitorious.org/~kaija/android-toolchain/kaija-linaro-gcc.git kaija-linaro-gcc cd kaija-linaro-gcc
Add this repository as a remote to an existing local repository:
git remote add kaija-linaro-gcc git://gitorious.org/~kaija/android-toolchain/kaija-linaro-gcc.git git fetch kaija-linaro-gcc git checkout -b my-local-tracking-branch kaija-linaro-gcc/master_or_other_branch

