summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Huang <jim.huang@linaro.org>2011-03-10 17:18:37 +0800
committerJim Huang <jim.huang@linaro.org>2011-03-10 17:18:37 +0800
commit2ffd6bde3415c9ebe2fbc8bd06a2087a7e0b2d76 (patch)
tree438097a0c013b84fed6644cbd3326389257bae3f
parentae0a739a95604b05235677bb667e78c294e09afb (diff)
Add linaro remote and replace google-gcc with Linaro GCC
-rw-r--r--default.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 386d36b..34d2deb 100644
--- a/default.xml
+++ b/default.xml
@@ -3,12 +3,16 @@
<remote name="korg"
fetch="git://android.git.kernel.org/"
review="review.source.android.com" />
+
+ <remote name="linaro"
+ fetch="git://git.linaro.org/android/" />
+
<default revision="master"
remote="korg" />
<project path="benchmark" name="toolchain/benchmark" />
<project path="binutils" name="toolchain/binutils" />
- <project path="build" name="toolchain/build" />
+ <project path="build" name="toolchain/build" remote="linaro" />
<project path="gcc" name="toolchain/gcc" />
<project path="gdb" name="toolchain/gdb" />
<project path="gmp" name="toolchain/gmp" />